Skip to content

Commit

Permalink
Restore local tools in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
damirarh committed Jul 7, 2024
1 parent d35d0a9 commit 490c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ClockifyExport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: dotnet restore

- name: Restore
run: dotnet tools restore
run: dotnet tool restore

- name: Build
run: dotnet build --configuration Release --no-restore
Expand Down

0 comments on commit 490c3b2

Please sign in to comment.