From 86657c8f281706cd75120fb97534c3eaffc50bae Mon Sep 17 00:00:00 2001 From: xanimo Date: Mon, 26 Jan 2026 18:09:53 -0800 Subject: [PATCH] ci: upgrade pip/pin lief version 0.12.3 Signed-off-by: xanimo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 744785636..1387f7487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,8 +226,8 @@ jobs: pkg-config bsdmainutils curl ca-certificates ccache rsync git \ procps bison python3 python3-pip python3-setuptools python3-wheel apt-get install -y ${{ matrix.packages }} - python3 -m pip install setuptools==70.3.0 --upgrade - python3 -m pip install lief + python3 -m pip install setuptools==70.3.0 --upgrade pip + python3 -m pip install lief==0.12.3 - name: Post install if: ${{ matrix.postinstall }}