Skip to content

Commit ab31bfa

Browse files
committed
show debug logs for github build errors?
1 parent 3f881a2 commit ab31bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/provision.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ if [ "$PROVISION_NRF52" = "1" ]; then
186186
fi
187187
# Because nrfutil doesn't support the latest version of python! Yay!
188188
echo Installing nrfutil
189-
sudo pipx install nrfutil --python "$(which python3.8)"
189+
sudo pipx install nrfutil --python "$(which python3.8)" || cat /opt/pipx/logs/*
190190
fi
191191
ARM=1
192192

0 commit comments

Comments
 (0)