Fix autobuild picotool

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-09-25 15:36:45 +02:00
parent e2b06b908e
commit 623db840d3

View File

@@ -12,7 +12,7 @@ cd picotool
git submodule update --init git submodule update --init
mkdir build mkdir build
cd build cd build
cmake -DPICO_SDK_PATH=../pico-sdk .. cmake -DPICO_SDK_PATH=../../pico-sdk ..
make -j`nproc` make -j`nproc`
sudo make install sudo make install
cd ../.. cd ../..