Skip to content

Commit a925a11

Browse files
committed
chore: more ci...
1 parent d4394ec commit a925a11

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020

2121
- name: Install llvmpipe and lavapipe
2222
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
23+
sudo apt-get update -y
24+
sudo apt-get install -y mesa-vulkan-drivers libvulkan1 vulkan-tools vulkan-validationlayers
2725
2826
- name: Build
2927
run: cargo build --verbose

0 commit comments

Comments
 (0)