Skip to content

Commit

Permalink
Add unzip step for TBB download from Github Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 2, 2024
1 parent 4d21fbe commit 6228bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
choco install -y winflexbison
choco install -y wget
wget https://github.com/oneapi-src/oneTBB/releases/download/v2020.3/tbb-2020.3-win.zip --directory-prefix=%CD%
unzip tbb-2020.3-win.zip
cd tbb
echo ("TBB_INSTALL_DIR=%CD%") >> $env:GITHUB_ENV
echo ("TBB_ROOT_DIR=%CD%") >> $env:GITHUB_ENV
Expand Down

0 comments on commit 6228bb3

Please sign in to comment.