Skip to content

Commit

Permalink
Update sdl2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Jun 3, 2024
1 parent d30cc43 commit d19d489
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 }} SDL2
${{ matrix.env.nuke_invoke }} BuildLibSilkDroid SDL2
env:
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}

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

Expand Down

0 comments on commit d19d489

Please sign in to comment.