Skip to content

Commit 9d74c55

Browse files
authored
Add installation step for Vulkan SDK
1 parent 4a4780b commit 9d74c55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
sudo apt-get install -y libdrm-dev byacc flex python3-mako
3535
pip3 install --user meson
3636
37+
- name: install vulkansdk
38+
uses: gfx-rs/wgpu/.github/actions/install-warp/action.yml@v27.0.4
39+
3740
- name: download mesa
3841
run: |
3942
curl -L --retry 5 https://archive.mesa3d.org/mesa-$MESA_VERSION.tar.xz -o mesa-$MESA_VERSION.tar.xz

0 commit comments

Comments
 (0)