Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist authored Apr 3, 2024
1 parent e5b5064 commit f508484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
with:
persist-credentials: false
- name: OS Dependencies
if: ${{ startsWith(matrix.os, 'macOS') }}
if: runner.os == 'MacOS'
run: brew install parallel
- name: configure tree
run: |
Expand Down

0 comments on commit f508484

Please sign in to comment.