We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ad0a5 commit dbe4a57Copy full SHA for dbe4a57
2 files changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-24.04
32
33
container:
34
- image: ghcr.io/hyperloopupv-h8/st-lib/hyperloop-firmware-toolchain:latest
+ image: ghcr.io/hyperloopupv-h8/hyperloop-firmware-toolchain:latest
35
36
outputs:
37
build-artifact: ${{ steps.upload-build-artifact.outputs.artifact-id }}
ci/Dockerfile
@@ -16,7 +16,7 @@ RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" >
16
git lfs install && \
17
rm -rf /var/lib/apt/lists/*
18
19
-# Intall cubeclt (STM32CubeCLT)
+# Install cubeclt (STM32CubeCLT)
20
WORKDIR /tmp
21
22
RUN git clone --depth 1 https://github.com/HyperloopUPV-H8/cubeclt.git && \
0 commit comments