Skip to content

Commit

Permalink
feat(packelf): switch to my ffork with package that keep the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Mar 15, 2024
1 parent 1683356 commit a035106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a035106

Please sign in to comment.