Skip to content

Commit

Permalink
another try with env var export in windows cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 2, 2024
1 parent 0ca4a8c commit 3d67a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ jobs:
echo %CD%
set TBB_INSTALL_DIR=%CD%
set TBB_ROOT_DIR=%CD%
echo "TBB_INSTALL_DIR=%TBB_INSTALL_DIR%" >> $env:GITHUB_ENV
echo "TBB_ROOT_DIR=%TBB_ROOT_DIR%" >> $env:GITHUB_ENV
"TBB_INSTALL_DIR=%TBB_INSTALL_DIR%" >> $env:GITHUB_ENV
"TBB_ROOT_DIR=%TBB_ROOT_DIR%" >> $env:GITHUB_ENV
cd -
- name: Setup Python
Expand Down

0 comments on commit 3d67a93

Please sign in to comment.