Skip to content

Commit

Permalink
CI workload restore
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Aug 4, 2024
1 parent 071dc2d commit b955ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
dotnet-version: 8.0.x
- name: Restore
run: |
sudo dotnet workload install macos
sudo dotnet workload restore
dotnet tool restore
dotnet paket restore
dotnet restore Interstellar.MacOS.sln
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
dotnet-version: 8.0.x
- name: Restore
run: |
sudo dotnet workload restore
dotnet tool restore
dotnet paket restore
dotnet restore Interstellar.MacOS.sln
Expand Down

0 comments on commit b955ff4

Please sign in to comment.