Skip to content

Commit

Permalink
Update pr-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle authored Nov 28, 2024
1 parent 85461a1 commit dc4e15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: dotnet --list-sdks

- name: Restore MAUI Workloads
run: dotnet workload install maui --version 7.0.100 --source https://api.nuget.org/v3/index.json --ignore-failed-sources
#run: dotnet workload install maui --version 7.0.100 --source https://api.nuget.org/v3/index.json --ignore-failed-sources
run: dotnet workload install maui --sdk-version=7.0.302 --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/7.0.81.json
shell: pwsh

- name: List MAUI Workloads
Expand Down

0 comments on commit dc4e15b

Please sign in to comment.