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_MINOR="12"
SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}"
if [[ -z "${GITHUB_SHA}" ]]; then
;
else
if ! [[ -z "${GITHUB_SHA}" ]]; then
SUFFIX="${SUFFIX}.${GITHUB_SHA}"
fi

View File

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