forked from andrey/raspberry-pi-pico-docker-sdk
fix picotool install
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user