Skip to content

Commit

Permalink
Update workflow to ignore failed sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Oct 11, 2024
1 parent efee766 commit c6490b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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 --ignore-failed-sources

# Setup JDK and Android SDK on Linux
- name: Set up JDK
Expand Down

0 comments on commit c6490b1

Please sign in to comment.