Skip to content

Commit

Permalink
CI: Remove separate restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 21, 2024
1 parent 5a11dac commit 4761282
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
dotnet-version: 9.0.x
- name: Install workloads
run: dotnet workload install macos
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet run --project NAPS2.Tools -- build debug -v
# For Mac we need to build a second time to make sure native deps are present. TODO: Figure out why
Expand Down

0 comments on commit 4761282

Please sign in to comment.