Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 18, 2023
1 parent 4184694 commit 2bcb52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
if: matrix.os != 'ubuntu-latest'

- name: Install dependencies - macOS
run: brew install libomp
run: |
echo "OMP_NUM_THREADS=1" >> $GITHUB_ENV
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
Expand Down

0 comments on commit 2bcb52d

Please sign in to comment.