Skip to content

Commit

Permalink
CI: print OS and CPU info
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux authored Apr 18, 2024
1 parent 3647e01 commit 56b8aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
python3 -m pip install Jinja2
- name: Build NanoBoyAdvance
run: |
uname
cmake -Bbuild \
-DCMAKE_CXX_FLAGS="-s" \
-DUSE_STATIC_SDL=ON \
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
python3 -m pip install Jinja2
- name: Build NanoBoyAdvance
run: |
uname
cmake -Bbuild \
-DCMAKE_CXX_FLAGS="-s" \
-DUSE_STATIC_SDL=ON \
Expand Down

0 comments on commit 56b8aae

Please sign in to comment.