Skip to content

Commit 339f8e3

Browse files
committed
fix actions
1 parent 3acdd07 commit 339f8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-cargo-registry-
4343
4444
- name: Dependencies
45-
run: sudo apt install libvulkan1 vulkan-utils mesa-vulkan-drivers
45+
run: sudo apt install apt source vulkan-loader vulkan-tools
4646

4747
- name: Build
4848
run: cargo build --verbose --workspace --all-targets --all-features

0 commit comments

Comments
 (0)