Fix nightly build

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-09-25 13:49:20 +02:00
parent ed560f10a4
commit b9e791ca90
2 changed files with 2 additions and 4 deletions

View File

@@ -3,9 +3,7 @@
VERSION_MAJOR="5" VERSION_MAJOR="5"
VERSION_MINOR="12" VERSION_MINOR="12"
SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}" SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}"
if [[ -z "${GITHUB_SHA}" ]]; then if ! [[ -z "${GITHUB_SHA}" ]]; then
;
else
SUFFIX="${SUFFIX}.${GITHUB_SHA}" SUFFIX="${SUFFIX}.${GITHUB_SHA}"
fi fi

View File

@@ -9,7 +9,7 @@ git submodule update --init
cd .. cd ..
git clone https://github.com/raspberrypi/picotool git clone https://github.com/raspberrypi/picotool
cd picotool cd picotool
git submodule update --init lib/mbedtls git submodule update --init
mkdir build mkdir build
cd build cd build
cmake .. cmake ..