Skip to content

Commit

Permalink
Pin workload version to older version for .NET6
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 27, 2023
1 parent 3df218e commit f00996e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
dotnet-version: 6.x

- name: Install .NET Android and iOS workload
run: dotnet workload install android ios
run: dotnet workload install android ios --sdk-version=6.0.416 --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/6.0.553.json

- name: Setup NuGet
uses: nuget/setup-nuget@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet-version: 6.x

- name: Install .NET Android and iOS workload
run: dotnet workload install android ios
run: dotnet workload install android ios --sdk-version=6.0.416 --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/6.0.553.json

- name: Setup NuGet
uses: nuget/setup-nuget@v1
Expand Down

0 comments on commit f00996e

Please sign in to comment.