From a0351062f53ff9758801d3400a34b691fffe1e87 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Fri, 15 Mar 2024 18:08:22 +0100 Subject: [PATCH] feat(packelf): switch to my ffork with package that keep the folder --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 073b286..4afa1f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,8 +30,8 @@ jobs: ../configure --enable-standalone && make -j16 - name: Download packelf tool run: | - git clone https://github.com/oufm/packelf - ./packelf/packelf.sh ./yad/build/src/yad ./yad-static-build + git clone https://github.com/mte90/packelf + ./packelf/packelf-kp.sh ./yad/build/src/yad ./yad-static-build ls -l - name: Package project run: |