We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50c536 commit 02ce1caCopy full SHA for 02ce1ca
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 install macos
+ sudo dotnet workload restore
47
dotnet tool restore
48
dotnet paket restore
49
dotnet restore Interstellar.MacOS.sln
@@ -72,6 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments