Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBauer15 authored Apr 1, 2024
1 parent b981f5d commit 06e5077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{env.PACKAGE_NAME}}
path: ${{github.workspace}}/install
path: ${{github.workspace}}/install

0 comments on commit 06e5077

Please sign in to comment.