install vulkan tools
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 1m2s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 31s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped

This commit is contained in:
Chance 2025-04-20 20:28:00 -04:00
parent de107446de
commit 6652bb860b
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -67,6 +67,9 @@ jobs:
toolchain: stable
components: rust-src
override: true
- name: 🦀 Install Vulkan tools
run: apt-get install vulkan-tools -y
- name: 🚀 Run tests
uses: actions-rs/cargo@v1