Skip to content

Commit

Permalink
Revert "CI: Remove obsolete second build"
Browse files Browse the repository at this point in the history
This reverts commit a084f9b.
  • Loading branch information
cyanfish committed Jan 19, 2025
1 parent 6ea12cf commit 09880aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ 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 09880aa

Please sign in to comment.