Skip to content

Commit

Permalink
chore(ci): Fix version of cross to 0.2.5 (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 24, 2023
1 parent bbda9b0 commit d07e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
env:
BARRETENBERG_BIN_DIR: ${{ github.workspace }}/libbarretenberg-wasm32/bin
run: |
cargo install cross --force --git https://github.com/cross-rs/cross
cargo install cross --version 0.2.5 --force
cross build --package nargo_cli --release --target=${{ matrix.target }} --no-default-features --features plonk_bn254_wasm
- uses: actions/cache/save@v3
Expand Down

0 comments on commit d07e041

Please sign in to comment.