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