Skip to content

Commit

Permalink
Update cross install
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Jan 16, 2025
1 parent 1aab8da commit a1bf2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -786,9 +786,10 @@ jobs:
target: ${{ matrix.job.target }},"wasm32-unknown-unknown"

- name: Install cross
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v3
with:
crate: cross
version: '=0.2.5'
cache-key: '${{ matrix.job.target }}'

- name: Build fuel-core and fuel-core-keygen
Expand Down

0 comments on commit a1bf2b8

Please sign in to comment.