Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #255 from abpframework/enisn-patch-2
Browse files Browse the repository at this point in the history
Move restore workloads before restore dependencies
  • Loading branch information
skoc10 authored Jun 4, 2024
2 parents 290087d + 31ed0db commit 327fbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.x
- name: Restore dependencies
run: dotnet restore
- name: Restore workloads
run: dotnet workload restore
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit 327fbcc

Please sign in to comment.