Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent 2063fff commit 52df953
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ jobs:
runs-on: macOS-15
steps:
- uses: actions/checkout@v4
# - name: Install MAUI workload
# run: dotnet workload install maui
- name: Install Android SDK 34
run: |
yes | $ANDROID_HOME/cmdline-tools/latest/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: Install MAUI workload
run: dotnet workload install maui
- name: Build artifacts
run: ./build.sh

0 comments on commit 52df953

Please sign in to comment.