Skip to content

Commit dd3f583

Browse files
committed
More flag tweaks to try and get this to work
1 parent e5425c0 commit dd3f583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
if: ${{contains(matrix.os, 'windows') && !inputs.vulkan}}
4545
run: ./cuda-cmake-github-actions/scripts/actions/install_cuda_windows.ps1
4646
shell: powershell
47-
- uses: humbletim/setup-vulkan-sdk@v1.2.0
47+
- uses: humbletim/setup-vulkan-sdk@286ed76c72de45dbf50c515779cf4ca2f6aa3944
4848
if: ${{ inputs.vulkan }}
4949
with:
5050
vulkan-query-version: 1.3.296.0
51-
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools, SPIRV-Headers, SPIRV-Reflect
51+
vulkan-components: Vulkan-Headers, Glslang, SPIRV-Tools, SPIRV-Headers, SPIRV-Reflect
5252
- uses: actions/setup-node@v4
5353
with:
5454
node-version: "20.x"

0 commit comments

Comments
 (0)