We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88775da commit 52b093dCopy full SHA for 52b093d
.github/workflows/sdl2.yml
@@ -106,13 +106,13 @@ jobs:
106
git config --global --add safe.directory /github/workspace
107
git config --global --add safe.directory /github/workspace/build/submodules/SDL
108
109
- ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
+ ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2 --native
110
env:
111
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
112
113
- name: Build SDL2
114
if: runner.os != 'Linux'
115
- run: ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
+ run: ${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2 --native
116
117
118
0 commit comments