summaryrefslogtreecommitdiff
path: root/.github/workflows/windows-selfhosted.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows-selfhosted.yml')
-rw-r--r--.github/workflows/windows-selfhosted.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows-selfhosted.yml b/.github/workflows/windows-selfhosted.yml
index 62370feb4..414f7515c 100644
--- a/.github/workflows/windows-selfhosted.yml
+++ b/.github/workflows/windows-selfhosted.yml
@@ -39,6 +39,6 @@ jobs:
- name: test
run: |
$slangTestBinDir = ".\bin\windows-${{matrix.testPlatform}}\${{matrix.configuration}}\";
- $env:Path += ";$slangTestBinDir";
+ $spirvToolsBinDir = ".\external\slang-binaries\spirv-tools\windows-${{matrix.testPlatform}}\bin\";
+ $env:Path += ";$slangTestBinDir;$spirvToolsBinDir";
& "$slangTestBinDir\slang-test.exe" -appveyor -bindir "$slangTestBinDir\" -platform ${{matrix.testPlatform}} -configuration ${{matrix.configuration}} -category ${{matrix.testCategory}} -api all-cpu 2>&1;
- \ No newline at end of file