mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
CICD.yml: Bump cross for NetBSD
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user