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 9696 cd "$dir"
9797 curl -LO "https://github.com/cross-rs/cross/releases/download/$CROSS_VERSION/cross-x86_64-unknown-linux-musl.tar.gz"
9898 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
10599 echo "CARGO=cross" >> $GITHUB_ENV
106100 echo "TARGET=--target ${{ matrix.target }}" >> $GITHUB_ENV
107101 - name : Show command used for Cargo
You can’t perform that action at this time.
0 commit comments