There was an error while loading. Please reload this page.
1 parent 5bb8ded commit c06bee3Copy full SHA for c06bee3
1 file changed
.github/workflows/check.yml
@@ -34,10 +34,14 @@ jobs:
34
- name: Install Rust
35
uses: dtolnay/rust-toolchain@stable
36
37
- - name: Install ripgrep
+ - name: Install CI runtime packages
38
run: |
39
sudo apt-get update
40
- sudo apt-get install -y ripgrep
+ sudo apt-get install -y \
41
+ libvulkan1 \
42
+ mesa-vulkan-drivers \
43
+ ripgrep \
44
+ vulkan-tools
45
46
- name: Cache Cargo
47
uses: actions/cache@v4
0 commit comments