Skip to content

Commit

Permalink
Restore workload during build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslorentz committed Oct 23, 2024
1 parent 2cc6320 commit 920e4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
dotnet-version: 8.0.301

- name: Install workloads
run: dotnet workload restore

- name: Restore
run: dotnet restore

Expand Down

0 comments on commit 920e4b8

Please sign in to comment.