We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ab4d commit 2637e11Copy full SHA for 2637e11
.github/workflows/ci.yml
@@ -96,12 +96,6 @@ jobs:
96
cd "$dir"
97
curl -LO "https://github.com/cross-rs/cross/releases/download/$CROSS_VERSION/cross-x86_64-unknown-linux-musl.tar.gz"
98
tar xf cross-x86_64-unknown-linux-musl.tar.gz
99
-
100
- # We used to install 'cross' from master, but it kept failing. So now
101
- # we build from a known-good version until 'cross' becomes more stable
102
- # or we find an alternative. Notably, between v0.2.1 and current
103
- # master (2022-06-14), the number of Cross's dependencies has doubled.
104
- # cargo install --bins --git https://github.com/rust-embedded/cross --tag v0.2.1
105
echo "CARGO=cross" >> $GITHUB_ENV
106
echo "TARGET=--target ${{ matrix.target }}" >> $GITHUB_ENV
107
- name: Show command used for Cargo
0 commit comments