From 06e5077fcdfb2fd27f0d4b5fa6d55ce2290e29aa Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 1 Apr 2024 16:42:18 -0700 Subject: [PATCH] Update macos.yml --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7c0fbe6..b1ec080 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -32,8 +32,8 @@ jobs: - name: Download TBB working-directory: ${{github.workspace}}/dependencies run: | - wget https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-mac.tgz - tar -xf oneapi-tbb-${TBB_VERSION}-mac.tgz + brew update + brew install tbb - name: Configure working-directory: ${{github.workspace}}/build @@ -54,4 +54,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{env.PACKAGE_NAME}} - path: ${{github.workspace}}/install \ No newline at end of file + path: ${{github.workspace}}/install