File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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+ 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.
You can’t perform that action at this time.
0 commit comments