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

This commit is contained in:
Chance 2025-04-20 20:21:35 -04:00
parent 7f42e2422a
commit de107446de
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -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