We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43abdd5 commit df1a9fbCopy full SHA for df1a9fb
.github/workflows/Build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Vulkan SDK
24
uses: humbletim/install-vulkan-sdk@v1.1.1
25
with:
26
- version: latest
+ version: 1.3.296.0
27
cache: true
28
29
- name: Configure CMake
@@ -36,4 +36,4 @@ jobs:
36
37
- name: Build Debug
38
# Build your program with the given configuration
39
- run: cmake --build ${{github.workspace}}/build --target ALL_BUILD --config Debug
+ run: cmake --build ${{github.workspace}}/build --target ALL_BUILD --config Debug
0 commit comments