Skip to content

Commit

Permalink
IDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundo-villa committed Jun 20, 2023
1 parent 5e0734b commit 468d4fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- uses: rui314/setup-mold@v1
- name: Install system libraries
run: sudo add-apt-repository ppa:kisak/kisak-mesa && sudo apt-get update && sudo apt-get install -y mesa-vulkan-drivers libvulkan1 vulkan-tools vulkan-validationlayers
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
- name: Build
run: cargo build
- name: Run tests
Expand Down

0 comments on commit 468d4fc

Please sign in to comment.