Skip to content

Commit 4ec725e

Browse files
authored
chore: debug probe-rs-tools install failure
1 parent 72c66f2 commit 4ec725e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/rust/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 20 \
4747
ENV BINSTALL_DISABLE_TELEMETRY=true
4848
# Install additional rust tools
4949
RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(uname -m)-unknown-linux-gnu.tgz" | tar xz -C "/usr/bin" \
50-
50+
51+
&& cargo-binstall -v -y --locked [email protected]

0 commit comments

Comments
 (0)