Skip to content

Commit

Permalink
powershell again, for TBB setup
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 3, 2024
1 parent eca8da6 commit c704c63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ jobs:
- name: Setup TBB
run: |
dir
echo %CD%
echo $pwd
cd tbb
echo %CD%
set TBB_INSTALL_DIR=%CD%
set TBB_ROOT_DIR=%CD%
"TBB_INSTALL_DIR=%TBB_INSTALL_DIR%" >> $env:GITHUB_ENV
"TBB_ROOT_DIR=%TBB_ROOT_DIR%" >> $env:GITHUB_ENV
echo $pwd
$env:TBB_INSTALL_DIR=$pwd
$env:TBB_ROOT_DIR=$pwd
"TBB_INSTALL_DIR=$env:TBB_INSTALL_DIR" >> $env:GITHUB_ENV
"TBB_ROOT_DIR=$env:TBB_ROOT_DIR" >> $env:GITHUB_ENV
cd -
shell: pwsh

Expand Down

0 comments on commit c704c63

Please sign in to comment.