Skip to content

Commit

Permalink
Try pinning to cross 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisRussell committed Apr 1, 2024
1 parent 52def7d commit 3be7665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Install cross (workaround for (https://github.com/cross-rs/cross/issues/1453))
with:
command: cargo install
args: cross --git https://github.com/cross-rs/cross --rev 085092ca01d6ac9f5a0b612d9e68bcdf1e50f7ee
args: cross --git https://github.com/cross-rs/cross --rev 4645d937bdae6952d9df38eff3ecb91fd719c3bd
- name: Report Cross version
run: cross --version
- name: Report Rustc version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Install cross (workaround for (https://github.com/cross-rs/cross/issues/1453))
with:
command: cargo install
args: cross --git https://github.com/cross-rs/cross --rev 085092ca01d6ac9f5a0b612d9e68bcdf1e50f7ee
args: cross --git https://github.com/cross-rs/cross --rev 4645d937bdae6952d9df38eff3ecb91fd719c3bd
- uses: FrancisRussell/ferrous-actions@v0.1.0-beta.1
name: Build
with:
Expand Down

0 comments on commit 3be7665

Please sign in to comment.