Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Nov 16, 2024
1 parent 1cb66b3 commit 0dca57e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:

- name: Install MAUI Workload
#run: dotnet workload install maui --ignore-failed-sources
run: dotnet workload install maui-android
#run: dotnet workload install maui-android
run: dotnet workload install maui

# Setup JDK and Android SDK on Linux
- name: Set up JDK
Expand All @@ -82,7 +83,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Restore Dependencies
run: dotnet restore Yosu/ -f net9.0-android
run: dotnet restore Yosu/

- name: Publish MAUI Android
run: >
Expand Down

0 comments on commit 0dca57e

Please sign in to comment.