Skip to content

Commit

Permalink
Tools: use previous release of pymonocypher
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 10, 2024
1 parent 8c23379 commit 40fc2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,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
Expand Down

0 comments on commit 40fc2eb

Please sign in to comment.