Skip to content

Commit

Permalink
Add debug prints for TBB archive
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 2, 2024
1 parent 6228bb3 commit 28325bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ jobs:
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
dir
echo %CD%
cd tbb
echo ("TBB_INSTALL_DIR=%CD%") >> $env:GITHUB_ENV
echo ("TBB_ROOT_DIR=%CD%") >> $env:GITHUB_ENV
Expand Down

0 comments on commit 28325bb

Please sign in to comment.