Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent a349001 commit 821a5d5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
runs-on: macOS-15
steps:
- uses: actions/checkout@v4
- name: Install MAUI workload
run: dotnet workload install maui
# - name: Install MAUI workload
# run: dotnet workload install maui
- name: Install Android SDK 34
run: dotnet build -t:InstallAndroidDependencies -f net8.0-android "-p:AndroidSdkDirectory=/Users/runner/Library/Android/sdk"
run: |
yes | /Users/runner/Library/Android/sdk/tools/bin/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/
- name: Build artifacts
run: ./build.sh
# - name: Build artifacts
# run: ./build.sh

0 comments on commit 821a5d5

Please sign in to comment.