glslC*
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 35s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 2m31s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 1s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 2s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Failing after 2s

This commit is contained in:
Chance 2025-04-20 20:42:39 -04:00
parent 9a6a3eba37
commit 3746b1d2c0
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -70,7 +70,7 @@ jobs:
- name: 🦀 Install Vulkan tools
run: |
apt update
apt install -y vulkan-tools glsl
apt install -y vulkan-tools glslc
- name: 🚀 Run tests