Skip to content

Commit c06bee3

Browse files
committed
Install Vulkan runtime in CI
1 parent 5bb8ded commit c06bee3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ jobs:
3434
- name: Install Rust
3535
uses: dtolnay/rust-toolchain@stable
3636

37-
- name: Install ripgrep
37+
- name: Install CI runtime packages
3838
run: |
3939
sudo apt-get update
40-
sudo apt-get install -y ripgrep
40+
sudo apt-get install -y \
41+
libvulkan1 \
42+
mesa-vulkan-drivers \
43+
ripgrep \
44+
vulkan-tools
4145
4246
- name: Cache Cargo
4347
uses: actions/cache@v4

0 commit comments

Comments
 (0)