Skip to content

Commit 0f1dbfc

Browse files
committed
fix actions
1 parent a492810 commit 0f1dbfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ jobs:
4242
${{ runner.os }}-cargo-registry-
4343
4444
- name: Dependencies
45-
run: sudo apt install vulkan-loader vulkan-tools
45+
run: |
46+
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
47+
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-noble.list http://packages.lunarg.com/vulkan/lunarg-vulkan-noble.list
48+
sudo apt update
49+
sudo apt install vulkan-sdk
4650
4751
- name: Build
4852
run: cargo build --verbose --workspace --all-targets --all-features

0 commit comments

Comments
 (0)