Skip to content

Commit

Permalink
--native flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Jun 3, 2024
1 parent 88775da commit 52b093d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
git config --global --add safe.directory /github/workspace
git config --global --add safe.directory /github/workspace/build/submodules/SDL
${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2 --native
env:
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}

- name: Build SDL2
if: runner.os != 'Linux'
run: ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
run: ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2 --native
env:
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}

Expand Down

0 comments on commit 52b093d

Please sign in to comment.