Skip to content

Commit dbe4a57

Browse files
committed
minor fix
1 parent 87ad0a5 commit dbe4a57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-24.04
3232

3333
container:
34-
image: ghcr.io/hyperloopupv-h8/st-lib/hyperloop-firmware-toolchain:latest
34+
image: ghcr.io/hyperloopupv-h8/hyperloop-firmware-toolchain:latest
3535

3636
outputs:
3737
build-artifact: ${{ steps.upload-build-artifact.outputs.artifact-id }}

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" >
1616
git lfs install && \
1717
rm -rf /var/lib/apt/lists/*
1818

19-
# Intall cubeclt (STM32CubeCLT)
19+
# Install cubeclt (STM32CubeCLT)
2020
WORKDIR /tmp
2121

2222
RUN git clone --depth 1 https://github.com/HyperloopUPV-H8/cubeclt.git && \

0 commit comments

Comments
 (0)