We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec1db4 commit 585a300Copy full SHA for 585a300
1 file changed
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
sudo apt-get install build-essential git autotools-dev cmake texinfo bison minicom flex liblz4-tool \
69
libgmp-dev libmpfr-dev libmpc-dev gawk libz-dev libssl-dev device-tree-compiler libncursesw5-dev libncursesw5 \
70
python3 python3-pip mtools
71
- sudo pip3 install git-archive-all
+ sudo pip3 install -r .github/pipreq.txt
72
mkdir -p buildroot/dl
73
QEMUVER=2025.02
74
if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then
0 commit comments