glslc x2
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 36s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 1m2s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 2m53s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 2m51s

This commit is contained in:
Chance 2025-04-20 20:54:45 -04:00
parent 09a73be2fb
commit 6061869143
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -137,7 +137,11 @@ jobs:
key: cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
cargo-
- name: 🦀 Install Vulkan tools
run: |
apt update
apt install -y vulkan-tools glslc
- name: 🚀 Build release binary
uses: https://github.com/actions-rs/cargo@v1
with: