Skip to content

Commit 9387d70

Browse files
committed
Different TBB path
1 parent fef2ce0 commit 9387d70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Add TBB to PATH
5858
if: runner.os == 'Windows'
5959
shell: pwsh
60-
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
60+
run: echo "C:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
6161

6262
- name: Run ${{ matrix.config.label }} unit tests
6363
shell: pwsh
@@ -102,7 +102,7 @@ jobs:
102102
- name: Add TBB to PATH
103103
if: runner.os == 'Windows'
104104
shell: pwsh
105-
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
105+
run: echo "C:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
106106

107107
- name: Run mix/fun unit tests
108108
shell: pwsh

0 commit comments

Comments
 (0)