Skip to content

Commit

Permalink
CI: HUH
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Nov 3, 2024
1 parent 31a9e72 commit d96fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install Android SDK 21
if: matrix.os == 'ubuntu-latest'
run: ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "platforms:android-21"
run: ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "platforms;android-21"

- name: Publish for Android ARM64
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit d96fbcc

Please sign in to comment.