Skip to content

Commit c83f870

Browse files
committed
Update Cake.Tool installation in main.yml to include tool restore
1 parent 0367624 commit c83f870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
dotnet-version: "8.0.x"
3131

3232
- name: Install Cake.Tool
33-
run: dotnet tool install --global Cake.Tool
33+
run: dotnet tool install --global Cake.Tool && dotnet tool restore
3434

3535
- name: Run Cake build
3636
run: dotnet cake --target=Default

0 commit comments

Comments
 (0)