mirror of
https://github.com/polhenarejos/pico-fido.git
synced 2025-12-18 18:16:57 +08:00
@@ -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
|
||||
|
||||
|
||||
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user