CICD.yml: Bump cross for NetBSD

This commit is contained in:
oech3
2026-03-30 14:31:54 +02:00
committed by Daniel Hofstetter
parent 4b2e84de2d
commit c7710ac0b7
+1 -5
View File
@@ -511,13 +511,9 @@ jobs:
if: steps.vars.outputs.CARGO_CMD == 'cross' && matrix.job.target != 'x86_64-unknown-netbsd'
with:
tool: cross@0.2.5
- uses: dtolnay/rust-toolchain@master
if: steps.vars.outputs.CARGO_CMD == 'cross' && matrix.job.target == 'x86_64-unknown-netbsd'
with:
toolchain: "1.92.0"
- name: Install cross from git (NetBSD)
if: steps.vars.outputs.CARGO_CMD == 'cross' && matrix.job.target == 'x86_64-unknown-netbsd'
run: cargo +1.92.0 install cross --git https://github.com/cross-rs/cross --rev 588b3c99db52b5a9c5906fab96cfadcf1bde7863
run: cargo install cross --git https://github.com/cross-rs/cross --rev f86fd03bb70b4c6802847c18087e21391498b0b4
- name: Create all needed build/work directories
shell: bash
run: |