Skip to content

Commit

Permalink
Add debug TBB steps
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbreeze413 committed Feb 3, 2024
1 parent c02b758 commit 29d5690
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,17 @@ jobs:
$env:TBB_ROOT_DIR=Get-Location
"TBB_INSTALL_DIR=$env:TBB_INSTALL_DIR" >> $env:GITHUB_ENV
"TBB_ROOT_DIR=$env:TBB_ROOT_DIR" >> $env:GITHUB_ENV
Write-Host $env:TBB_INSTALL_DIR
Write-Host $env:TBB_ROOT_DIR
cd -
shell: pwsh

- name: Debug TBB
run: |
Write-Host $env:TBB_INSTALL_DIR
Write-Host $env:TBB_ROOT_DIR
shell: pwsh

- name: Setup Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 29d5690

Please sign in to comment.