We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9be9f commit d1f7df5Copy full SHA for d1f7df5
1 file changed
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Add TBB to PATH
61
if: runner.os == 'Windows'
62
shell: pwsh
63
- run: echo "C:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
+ run: echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
64
65
- name: Run ${{ matrix.config.label }} unit tests
66
0 commit comments