Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciubix8513 committed Jul 8, 2024
1 parent 594fa88 commit 11937c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
steps:
- name: (linux) install vulkan sdk
run: |
sudo apt-get update -y
# vulkan sdk
# wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
# sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-$VULKAN_SDK_VERSION-jammy.list https://packages.lunarg.com/vulkan/$VULKAN_SDK_VERSION/lunarg-vulkan-$VULKAN_SDK_VERSION-jammy.list
sudo apt install -y vulkan-sdk mesa
sudo apt update -y
sudo apt install -y mesa-vulkan-drivers
- name: Build
run: cargo build
- name: Run doc tests
Expand Down

0 comments on commit 11937c0

Please sign in to comment.