fix picotool install
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good

This commit is contained in:
2025-04-22 11:29:40 +03:00
parent 8a5859f324
commit 50c183b45b

View File

@@ -29,6 +29,6 @@ RUN git clone --depth 1 --branch 2.1.1 --single-branch https://github.com/raspbe
mkdir build && \ mkdir build && \
cd build && \ cd build && \
cmake .. && \ cmake .. && \
make && \ make -j$(nproc) && \
cp /home/picotool/build/picotool /bin/picotool && \ cmake --install . && \
rm -rf /home/picotool rm -rf /home/picotool