feat: Refactor node.yaml workflow to streamline Rust installation step
Some checks failed
GBCI / build (push) Failing after 29m8s
Some checks failed
GBCI / build (push) Failing after 29m8s
This commit is contained in:
parent
26adc27a80
commit
6d771bf264
1 changed files with 7 additions and 3 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue