We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570a289 commit 2c4384eCopy full SHA for 2c4384e
.github/Dockerfile.ci
@@ -13,9 +13,9 @@ USER avr-rust
13
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
14
ENV PATH=/home/avr-rust/.cargo/bin:$PATH
15
16
-COPY --chown=avr-rust:avr-rust . /code/avr-config
+COPY --chown=avr-rust:avr-rust . /code
17
18
-WORKDIR /code/avr-config
+WORKDIR /code
19
20
ENV AVR_CPU_FREQUENCY_HZ=16000000
21
0 commit comments