Skip to content

Commit 2637e11

Browse files
committed
ci: remove stale comment
1 parent f39ab4d commit 2637e11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ jobs:
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

0 commit comments

Comments
 (0)