Skip to content

Commit

Permalink
Use 'dotnet workload restore' to restore workloads in the PR CI builds (
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored Jan 8, 2024
1 parent eba7517 commit f81fb04
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
6.x.x
7.x.x
- name: install workload ios
run: dotnet workload install ios

- name: install workload wasm
run: dotnet workload install wasm-tools
- name: install workloads
run: dotnet workload restore src/Avalonia.FuncUI.sln

- name: Restore dependencies
run: dotnet restore src/Avalonia.FuncUI.sln
Expand Down

0 comments on commit f81fb04

Please sign in to comment.