glslc
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 38s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 34s
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:39:50 -04:00
parent 5fa4deff6d
commit 9a6a3eba37
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

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