Skip to content

Commit b39eeee

Browse files
authored
Merge pull request #22 from shishir-dey/ci/set-up-github-codespaces-and-docker
Use the correct arm-none-eabi-gcc executable in the Dockerfile
2 parents fec12d1 + 5a0b188 commit b39eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1919
RUN npm install --global @xpack-dev-tools/arm-none-eabi-gcc
2020

2121
# Verify installation
22-
RUN /usr/local/bin/xpack-arm-none-eabi-gcc --version
22+
RUN arm-none-eabi-gcc --version
2323

2424
# Set the working directory inside the container
2525
WORKDIR /workspaces/stm32-devops-template

0 commit comments

Comments
 (0)