ci: pin cross to a commit before they bumped msrv (#9712)

* ci: pin `cross` to a commit before they bumped msrv

bump commit: 7129d5ab15
pre-bump commit: 1b8cf50d20

* Update test-core.yml
This commit is contained in:
Amr Bashir 2024-05-09 14:58:45 +03:00 committed by GitHub
parent a813caf2e4
commit 6f281b2e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,8 +93,9 @@ jobs:
- name: test (using cross)
if: ${{ matrix.platform.cross }}
# update or remove the rev once we update the MSRV from 1.70.0
run: |
cargo install cross --git https://github.com/cross-rs/cross --locked
cargo install cross --git https://github.com/cross-rs/cross --rev 20c73df79c9aaf78a2ad2e9fe8ae981668a729dc --locked
cross ${{ matrix.platform.command }} --target ${{ matrix.platform.target }} ${{ matrix.features.args }}
- name: test (using cargo)