We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872e48d commit 3ffb720Copy full SHA for 3ffb720
Dockerfile.ci
@@ -10,8 +10,7 @@ RUN mkdir -p /code && chown avr-rust:avr-rust /code
10
USER avr-rust
11
12
# Install Rustup along with nightly
13
-# TODO: Unpin from Jan 2021 nightly. The nightlies broke midway through the month.
14
-RUN wget -q https://sh.rustup.rs -O /tmp/rustup.sh && sh /tmp/rustup.sh -y --profile minimal --default-toolchain nightly-2021-01-05 -c rust-src --quiet
+RUN wget -q https://sh.rustup.rs -O /tmp/rustup.sh && sh /tmp/rustup.sh -y --profile minimal --default-toolchain nightly -c rust-src --quiet
15
ENV PATH=/home/avr-rust/.cargo/bin:$PATH
16
17
COPY --chown=avr-rust:avr-rust . /code/blink
0 commit comments