We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac38387 commit c0cd0a6Copy full SHA for c0cd0a6
tools/prepare-ci.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache jq
+sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache jq p7zip-full
4
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
5
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
0 commit comments