Skip to content

Commit

Permalink
ci: try to update cross to 0.2.4 (#764)
Browse files Browse the repository at this point in the history
Try to update to the newest cross version after 0.2.2 had some bugs causing a rollback to 0.2.1 (see #755).
  • Loading branch information
ClementTsang authored Jul 12, 2022
1 parent 1216327 commit e33603d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
cargo install cross --locked --version=0.2.1
cargo install cross --locked --version=0.2.4
- name: Build
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
cargo install cross --locked --version=0.2.1
cargo install cross --locked --version=0.2.4
- name: Build
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
cargo install cross --locked --version=0.2.1
cargo install cross --locked --version=0.2.4
- name: Build tests
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
cargo install cross --locked --version=0.2.1
cargo install cross --locked --version=0.2.4
- name: Check
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
Expand Down

0 comments on commit e33603d

Please sign in to comment.