Skip to content

Commit df1a9fb

Browse files
Update Build.yml to use VK 1.3.296.0. This should be reverted in the future.
1 parent 43abdd5 commit df1a9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Vulkan SDK
2424
uses: humbletim/install-vulkan-sdk@v1.1.1
2525
with:
26-
version: latest
26+
version: 1.3.296.0
2727
cache: true
2828

2929
- name: Configure CMake
@@ -36,4 +36,4 @@ jobs:
3636

3737
- name: Build Debug
3838
# Build your program with the given configuration
39-
run: cmake --build ${{github.workspace}}/build --target ALL_BUILD --config Debug
39+
run: cmake --build ${{github.workspace}}/build --target ALL_BUILD --config Debug

0 commit comments

Comments
 (0)