install vulkan tools
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 1m2s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 31s
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
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 1m2s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 31s
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:
parent
de107446de
commit
6652bb860b
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ jobs:
|
|||
toolchain: stable
|
||||
components: rust-src
|
||||
override: true
|
||||
- name: 🦀 Install Vulkan tools
|
||||
run: apt-get install vulkan-tools -y
|
||||
|
||||
|
||||
- name: 🚀 Run tests
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue