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

This commit is contained in:
Fabian-Lars
2024-02-16 17:41:58 +01:00
committed by GitHub
parent e856adc72c
commit e28115cb42
+1 -1
View File
@@ -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'