Skip to content

Commit 2bcb52d

Browse files
committed
Update build script
1 parent 4184694 commit 2bcb52d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
if: matrix.os != 'ubuntu-latest'
2929

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

3435
- name: Install dependencies - Windows

0 commit comments

Comments
 (0)