Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Funny-ppt authored Mar 29, 2024
1 parent 7f35015 commit d407cb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Setup Workload
run: dotnet workload restore

- name: Restore dependencies
run: dotnet restore

Expand Down Expand Up @@ -67,6 +70,9 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Setup Workload
run: dotnet workload restore

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit d407cb5

Please sign in to comment.