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 fef2ce0 commit 9387d70Copy full SHA for 9387d70
1 file changed
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Add TBB to PATH
58
if: runner.os == 'Windows'
59
shell: pwsh
60
- run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
+ run: echo "C:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
61
62
- name: Run ${{ matrix.config.label }} unit tests
63
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
- name: Run mix/fun unit tests
108
0 commit comments