Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent 67767a4 commit 42de4b1
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 @@ -7,8 +7,10 @@ jobs:
Build:
runs-on: macOS-15
steps:
- uses: actions/checkout@v4
- name: Install MAUI workload
run: dotnet workload install maui
- name: Build artifacts
run: ./build.sh
# - uses: actions/checkout@v4
# - name: Install MAUI workload
# run: dotnet workload install maui
# - name: Build artifacts
# run: ./build.sh
- name: Check installed Android SDKs
run: ls -la /Users/runner/Library/Android/sdk/platforms/

0 comments on commit 42de4b1

Please sign in to comment.