We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4394ec commit a925a11Copy full SHA for a925a11
.github/workflows/ci.yml
@@ -20,10 +20,8 @@ jobs:
20
21
- name: Install llvmpipe and lavapipe
22
run: |
23
- sudo apt-get update -y -qq
24
- sudo add-apt-repository ppa:oibaf/graphics-drivers -y
25
- sudo apt-get update
26
- sudo apt install -y libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
+ sudo apt-get update -y
+ sudo apt-get install -y mesa-vulkan-drivers libvulkan1 vulkan-tools vulkan-validationlayers
27
28
- name: Build
29
run: cargo build --verbose
0 commit comments