Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a399d57

Browse files
authored
fix: vulkan build failed (#451)
1 parent 2242b7d commit a399d57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,13 @@ jobs:
197197
with:
198198
submodules: recursive
199199

200+
- name: Install pkg-config
201+
run: sudo apt-get install -y pkg-config
202+
200203
- name: Prepare Vulkan SDK
201204
uses: humbletim/setup-vulkan-sdk@v1.2.0
202205
with:
203-
vulkan-query-version: 1.3.204.0
206+
vulkan-query-version: 1.3.275.0
204207
vulkan-components: Vulkan-Headers, Vulkan-Loader
205208
vulkan-use-cache: true
206209

@@ -674,7 +677,7 @@ jobs:
674677
- name: Prepare Vulkan SDK
675678
uses: humbletim/setup-vulkan-sdk@v1.2.0
676679
with:
677-
vulkan-query-version: 1.3.204.0
680+
vulkan-query-version: 1.3.275.0
678681
vulkan-components: Vulkan-Headers, Vulkan-Loader
679682
vulkan-use-cache: true
680683

0 commit comments

Comments
 (0)