Skip to content

Commit

Permalink
Merge pull request #22 from shishir-dey/ci/set-up-github-codespaces-a…
Browse files Browse the repository at this point in the history
…nd-docker

Use the correct arm-none-eabi-gcc executable in the Dockerfile
  • Loading branch information
shishir-dey authored Nov 30, 2024
2 parents fec12d1 + 5a0b188 commit b39eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN npm install --global @xpack-dev-tools/arm-none-eabi-gcc

# Verify installation
RUN /usr/local/bin/xpack-arm-none-eabi-gcc --version
RUN arm-none-eabi-gcc --version

# Set the working directory inside the container
WORKDIR /workspaces/stm32-devops-template
Expand Down

0 comments on commit b39eeee

Please sign in to comment.