Tools: use previous release of pymonocypher

This commit is contained in:
Andrew Tridgell 2024-05-10 13:20:42 +10:00 committed by Randy Mackay
parent e77e95ae5a
commit 485174d2e5
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ for t in $CI_BUILD_TARGET; do
echo "Building signed firmwares"
sudo apt-get update
sudo apt-get install -y python3-dev
python3 -m pip install pymonocypher
python3 -m pip install pymonocypher==3.1.3.2
./Tools/scripts/signing/generate_keys.py testkey
$waf configure --board CubeOrange-ODID --signed-fw --private-key testkey_private_key.dat
$waf copter