Skip to content

Commit

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

0 comments on commit c2997b7

Please sign in to comment.