Skip to content

Commit

Permalink
Pin workloads to 8.0.402.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 12, 2024
1 parent ecb202a commit 841ffb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
- name: Install required workloads
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
dotnet workload install android
dotnet workload install android --version 8.0.402.0
elif [ "$RUNNER_OS" == "Windows" ]; then
dotnet.exe workload install android ios macos
dotnet.exe workload install android ios macos --version 8.0.402.0
else
dotnet workload install android macos ios
dotnet workload install android macos ios --version 8.0.402.0
fi
shell: bash

Expand Down

0 comments on commit 841ffb2

Please sign in to comment.