Skip to content

Commit 2330162

Browse files
committed
diff vulk
1 parent 98e6c1b commit 2330162

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ jobs:
3838
sudo apt-get update
3939
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
4040
41-
- name: Prepare Vulkan SDK (windows and ubuntu)
42-
if: matrix.platform != 'macos-latest'
43-
uses: humbletim/[email protected]
41+
- name: Install Vulkan SDK
42+
uses: humbletim/[email protected]
4443
with:
45-
vulkan-query-version: 1.4.304.1
46-
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools, SPIRV-Headers
47-
vulkan-use-cache: true
44+
version: 1.4.309.0
45+
cache: true
4846

4947
- name: install frontend dependencies
5048
run: bun install # change this to npm, pnpm or bun depending on which one you use.

0 commit comments

Comments
 (0)