wip: fix workflow 3
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m15s
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
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 1m10s
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1m15s
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
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 1m10s
This commit is contained in:
parent
7f42e2422a
commit
de107446de
1 changed files with 9 additions and 0 deletions
|
@ -60,6 +60,14 @@ jobs:
|
|||
restore-keys: |
|
||||
cargo-
|
||||
|
||||
- name: 🦀 Install Rust toolchain
|
||||
if: steps.restore-cargo-cache.outputs.cache-hit != 'true'
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
components: rust-src
|
||||
override: true
|
||||
|
||||
- name: 🚀 Run tests
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
@ -102,6 +110,7 @@ jobs:
|
|||
restore-keys: |
|
||||
cargo-tools-
|
||||
|
||||
|
||||
- name: 📍 Add Zig to PATH
|
||||
run: echo "/tmp/zig" >> $GITHUB_PATH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue