Skip to content

Commit e31f9f2

Browse files
committed
linux libs, install vulkan on windows/linux
1 parent 0f61f81 commit e31f9f2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ jobs:
3636
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
3737
run: |
3838
sudo apt-get update
39-
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
39+
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
40+
41+
- name: Prepare Vulkan SDK (windows and ubuntu)
42+
if: matrix.platform != 'macos-latest'
43+
uses: humbletim/[email protected]
44+
with:
45+
vulkan-query-version: 1.4.304.1
46+
vulkan-components: Vulkan-Headers, Vulkan-Loader
47+
vulkan-use-cache: true
4048

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

0 commit comments

Comments
 (0)