We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0367624 commit c83f870Copy full SHA for c83f870
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
dotnet-version: "8.0.x"
31
32
- name: Install Cake.Tool
33
- run: dotnet tool install --global Cake.Tool
+ run: dotnet tool install --global Cake.Tool && dotnet tool restore
34
35
- name: Run Cake build
36
run: dotnet cake --target=Default
0 commit comments