diff vulk
This commit is contained in:
parent
98e6c1b3f5
commit
2330162567
1 changed files with 4 additions and 6 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -38,13 +38,11 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
|
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libopenblas-dev libx11-dev libxtst-dev libxrandr-dev
|
||||||
|
|
||||||
- name: Prepare Vulkan SDK (windows and ubuntu)
|
- name: Install Vulkan SDK
|
||||||
if: matrix.platform != 'macos-latest'
|
uses: humbletim/install-vulkan-sdk@v1.2
|
||||||
uses: humbletim/setup-vulkan-sdk@v1.2.1
|
|
||||||
with:
|
with:
|
||||||
vulkan-query-version: 1.4.304.1
|
version: 1.4.309.0
|
||||||
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools, SPIRV-Headers
|
cache: true
|
||||||
vulkan-use-cache: true
|
|
||||||
|
|
||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
run: bun install # change this to npm, pnpm or bun depending on which one you use.
|
run: bun install # change this to npm, pnpm or bun depending on which one you use.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue