From 2bcb52d7c7a748ca75239635586a951dee4d3ce4 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:02:50 -0400 Subject: [PATCH] Update build script --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea805ad..f52d1d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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