Skip to content

Commit 585a300

Browse files
committed
ci: use pip packages from pipreq.txt
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 5ec1db4 commit 585a300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sudo apt-get install build-essential git autotools-dev cmake texinfo bison minicom flex liblz4-tool \
6969
libgmp-dev libmpfr-dev libmpc-dev gawk libz-dev libssl-dev device-tree-compiler libncursesw5-dev libncursesw5 \
7070
python3 python3-pip mtools
71-
sudo pip3 install git-archive-all
71+
sudo pip3 install -r .github/pipreq.txt
7272
mkdir -p buildroot/dl
7373
QEMUVER=2025.02
7474
if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then

0 commit comments

Comments
 (0)