Skip to content

Commit

Permalink
CI: Remove obsolete second build
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Aug 21, 2024
1 parent 4761282 commit 1a30657
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ jobs:
run: dotnet workload install macos
- 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
- name: Build 2
if: matrix.os == 'macos-12'
run: dotnet run --project NAPS2.Tools -- build debug -v
- name: Test
run: dotnet run --project NAPS2.Tools -- test -v --nogui

0 comments on commit 1a30657

Please sign in to comment.