feat: Refactor node.yaml workflow to streamline Rust installation step
Some checks failed
GBCI / build (push) Failing after 29m8s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-19 20:38:23 -03:00
parent 26adc27a80
commit 6d771bf264

View file

@ -16,10 +16,14 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
uses: msrd0/rust-toolchain@v1
with:
toolchain: stable
- name: Run build
run: |
echo "$HOME/.cargo/bin" >> $GITHUB_PATH # Forgejo uses same syntax as GitHub Actions
cargo build --workspace --release --locked
run: cargo build --workspace --release --locked
- name: Deploy binary
run: |