Skip to content

Commit

Permalink
fix: release cross dep (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Feb 8, 2024
1 parent 77f6358 commit a796760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
# Builds
# ==============================

- name: Install cross from source
- name: Install cross v0.2.4 from source
run: |
cargo install --git https://github.com/cross-rs/cross cross --branch main
cargo install cross --git https://github.com/cross-rs/cross --tag v0.2.4
- name: Build era-test-node for ${{ matrix.arch }}
run: |
Expand Down

0 comments on commit a796760

Please sign in to comment.