apt update
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 36s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m26s
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:37:06 -04:00
parent 6652bb860b
commit 5fa4deff6d
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -68,7 +68,9 @@ jobs:
components: rust-src
override: true
- name: 🦀 Install Vulkan tools
run: apt-get install vulkan-tools -y
run: |
apt update
apt install -y vulkan-tools
- name: 🚀 Run tests