ci: Use latest stable toolchain to install cross (#959)

pull/964/head
Fabian-Lars 1 year ago committed by GitHub
parent e856adc72c
commit e28115cb42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -189,7 +189,7 @@ jobs:
- name: install cross
if: ${{ matrix.platform.runner == 'cross' }}
run: cargo install cross --git https://github.com/cross-rs/cross
run: cargo +stable install cross --git https://github.com/cross-rs/cross
- name: test ${{ matrix.package }}
if: matrix.package != 'tauri-plugin-sql' && matrix.package != 'tauri-plugin-http'

Loading…
Cancel
Save