Skip to content

Commit

Permalink
Fix autobuild picotool
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Sep 25, 2024
1 parent e2b06b9 commit 623db84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd picotool
git submodule update --init
mkdir build
cd build
cmake -DPICO_SDK_PATH=../pico-sdk ..
cmake -DPICO_SDK_PATH=../../pico-sdk ..
make -j`nproc`
sudo make install
cd ../..
Expand Down

0 comments on commit 623db84

Please sign in to comment.