Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent 821a5d5 commit acd7a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# run: dotnet workload install maui
- name: Install Android SDK 34
run: |
yes | /Users/runner/Library/Android/sdk/tools/bin/sdkmanager --install "platforms;android-34"
yes | sdkmanager --install "platforms;android-34"
# run: dotnet build -t:InstallAndroidDependencies -f net8.0-android "-p:AndroidSdkDirectory=/Users/runner/Library/Android/sdk"
- name: Check installed Android SDKs
run: ls -la /Users/runner/Library/Android/sdk/platforms/
Expand Down

0 comments on commit acd7a65

Please sign in to comment.