Skip to content

Commit

Permalink
fix: adds missing workload
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Aug 1, 2024
1 parent 6a0af05 commit b179d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
languages: csharp

- name: Install needed dotnet workloads
run: dotnet workload install android macos ios maccatalyst
run: dotnet workload install android macos ios maccatalyst wasm-tools-net6

- name: Restore nuget dependencies
run: dotnet restore ${{ env.solutionName }}
Expand Down

0 comments on commit b179d19

Please sign in to comment.