Skip to content

Commit

Permalink
Restore the mac and win jobs depenedency
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 16, 2023
1 parent 0899223 commit 2f80b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ jobs:
if-no-files-found: error

collate-test-results:
needs: [ linux0, linux ] #, mac, win ]
needs: [ linux0, linux, mac, win ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2f80b0b

Please sign in to comment.