File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 96
96
cd "$dir"
97
97
curl -LO "https://github.com/cross-rs/cross/releases/download/$CROSS_VERSION/cross-x86_64-unknown-linux-musl.tar.gz"
98
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
99
echo "CARGO=cross" >> $GITHUB_ENV
106
100
echo "TARGET=--target ${{ matrix.target }}" >> $GITHUB_ENV
107
101
- name : Show command used for Cargo
You can’t perform that action at this time.
0 commit comments