Skip to content

Commit 2c4384e

Browse files
committed
Remove 'avr-config' directory from the Docekrfile
It is a leftover from when I copied the file from 'avr-config'.
1 parent 570a289 commit 2c4384e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ USER avr-rust
1313
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
1414
ENV PATH=/home/avr-rust/.cargo/bin:$PATH
1515

16-
COPY --chown=avr-rust:avr-rust . /code/avr-config
16+
COPY --chown=avr-rust:avr-rust . /code
1717

18-
WORKDIR /code/avr-config
18+
WORKDIR /code
1919

2020
ENV AVR_CPU_FREQUENCY_HZ=16000000
2121

0 commit comments

Comments
 (0)