We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b955ff4 commit 85b85e3Copy full SHA for 85b85e3
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
dotnet-version: 8.0.x
44
- name: Restore
45
run: |
46
- sudo dotnet workload restore
+ sudo dotnet workload install macos
47
dotnet tool restore
48
dotnet paket restore
49
dotnet restore Interstellar.MacOS.sln
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments