Skip to content

Commit

Permalink
fix: or-1955 restore dotnet tools
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 17, 2023
1 parent 901e96e commit 42e7ef4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,11 @@ jobs:
with:
dotnet-version: ${{ secrets.VBR_DOTNET_VERSION }}

- name: Restore dotnet tools
shell: bash
run: |
dotnet tool restore
- name: Cache Paket
uses: actions/cache@v3
env:
Expand Down

0 comments on commit 42e7ef4

Please sign in to comment.