Skip to content

Commit 7d12e01

Browse files
committed
feat(ci): update apt
1 parent 2e6dd64 commit 7d12e01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/prepare-ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
sudo apt-get update && sudo apt-get upgrade -y
34
sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
45
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
56
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools

0 commit comments

Comments
 (0)