Skip to content

Commit

Permalink
build: restore workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
wgnf committed Nov 4, 2023
1 parent 542cc18 commit 39975c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Restore workloads
run: dotnet workload restore

- name: Restore
run: dotnet restore

Expand Down

0 comments on commit 39975c2

Please sign in to comment.