apt update
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 36s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m26s
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 36s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m26s
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
6652bb860b
commit
5fa4deff6d
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@ jobs:
|
|||
components: rust-src
|
||||
override: true
|
||||
- name: 🦀 Install Vulkan tools
|
||||
run: apt-get install vulkan-tools -y
|
||||
run: |
|
||||
apt update
|
||||
apt install -y vulkan-tools
|
||||
|
||||
|
||||
- name: 🚀 Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue