We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cross
1 parent 25b5e26 commit 730f15cCopy full SHA for 730f15c
.github/workflows/ci.yml
@@ -79,6 +79,9 @@ jobs:
79
uses: dtolnay/rust-toolchain@stable
80
with:
81
targets: ${{ matrix.job.target }}
82
+ - name: Install cross
83
+ run: cargo install --force cross
84
+ if: runner.os == 'Linux'
85
- name: Build
86
run: cargo build --locked --release --target=${{ matrix.job.target }}
87
if: runner.os != 'Linux'
.github/workflows/release.yml
@@ -55,6 +55,9 @@ jobs:
55
56
57
58
59
60
61
62
63
0 commit comments