mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
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:
parent
a813caf2e4
commit
6f281b2e30
3
.github/workflows/test-core.yml
vendored
3
.github/workflows/test-core.yml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user