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
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:
parent
09a73be2fb
commit
6061869143
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue