Skip to content

Commit d1f7df5

Browse files
committed
Diff TBB paths
1 parent ca9be9f commit d1f7df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Add TBB to PATH
6161
if: runner.os == 'Windows'
6262
shell: pwsh
63-
run: echo "C:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
63+
run: echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
6464

6565
- name: Run ${{ matrix.config.label }} unit tests
6666
shell: pwsh

0 commit comments

Comments
 (0)