Skip to content

Commit

Permalink
Update PianoLessonsMaui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bridger-thompson authored May 1, 2023
1 parent c069a63 commit 5c074d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/PianoLessonsMaui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:

build-android:
runs-on: windows-2022
needs: build
permissions: write-all
needs: [build,begin-release]
name: Android Build
steps:
- name: Checkout
Expand All @@ -70,7 +71,7 @@ jobs:

- name: Install MAUI Workloads
run: |
dotnet workload install android --ignore-failed-sources
#dotnet workload install android --ignore-failed-sources
dotnet workload install maui --ignore-failed-sources
- name: Restore Dependencies
run: dotnet restore PianoLessons/PianoLessons.csproj
Expand All @@ -90,8 +91,9 @@ jobs:

build-windows:
runs-on: windows-2022
permissions: write-all
name: Windows Build
needs: build
needs: [build,begin-release]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5c074d2

Please sign in to comment.