diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-04-18 09:33:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 16:33:55 +0000 |
| commit | b4af953972fe5425be33dd064d840d12b6c1eb39 (patch) | |
| tree | ca85f76c10fd6a6a03d497817eafe3d9db835b5a /.github/workflows | |
| parent | ee8a91e22813cf962be25e2c9f9263c20b70e228 (diff) | |
Copy slang-glsl-module.dll for vk-cts test (#6855)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/vk-gl-cts-nightly.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/vk-gl-cts-nightly.yml b/.github/workflows/vk-gl-cts-nightly.yml index dc5cd65d6..b6aaacc88 100644 --- a/.github/workflows/vk-gl-cts-nightly.yml +++ b/.github/workflows/vk-gl-cts-nightly.yml @@ -72,6 +72,7 @@ jobs: copy ${{ github.workspace }}\build\Release\bin\slang.dll ${{ github.workspace }}\VK-GL-CTS_WithSlang-0.0.7-win64\slang.dll copy ${{ github.workspace }}\build\Release\bin\slang-glslang.dll ${{ github.workspace }}\VK-GL-CTS_WithSlang-0.0.7-win64\slang-glslang.dll + copy ${{ github.workspace }}\build\Release\bin\slang-glsl-module.dll ${{ github.workspace }}\VK-GL-CTS_WithSlang-0.0.7-win64\slang-glsl-module.dll copy ${{ github.workspace }}\build\Release\bin\test-server.exe ${{ github.workspace }}\VK-GL-CTS_WithSlang-0.0.7-win64\test-server.exe copy ${{ github.workspace }}\test-lists\test-lists\slang-passing-tests.txt ${{ github.workspace }}\VK-GL-CTS_WithSlang-0.0.7-win64\slang-passing-tests.txt |
