Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Aug 5, 2024
1 parent 02ce1ca commit 4989379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 restore
sudo dotnet workload install macos
dotnet tool restore
dotnet paket restore
dotnet restore Interstellar.MacOS.sln
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
dotnet-version: 8.0.x
- name: Restore
run: |
sudo dotnet workload restore
sudo dotnet workload install macos
dotnet tool restore
dotnet paket restore
dotnet restore Interstellar.MacOS.sln
Expand Down

0 comments on commit 4989379

Please sign in to comment.