Skip to content

Commit

Permalink
Install workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Oct 22, 2024
1 parent 2703f78 commit 2e26068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ jobs:
env:
PUSHABLE_GITHUB_TOKEN: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}

- name: Install Workloads
if: runner.os == 'Windows'
run: dotnet workload install android ios

- name: Build SDL2
if: runner.os != 'Linux'
run: ${{ matrix.env.nuke_invoke }} SDL2 ${{ runner.os == 'Windows' && format('{0} {1}', '--native true --android-home-value', env.ANDROID_HOME) || '' }}
Expand Down

0 comments on commit 2e26068

Please sign in to comment.