Skip to content

Commit

Permalink
fix jdupes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akahles committed Oct 24, 2024
1 parent b6e71a6 commit 6412a61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
# jdupes is an optional dependency in the precondition checks, need it here for testing
- name: Install jdupes
run: |
git clone https://codeberg.org/jbruchon/libjodycode.git
cd libjodycode
git checkout v3.0
make && sudo make install
cd ..
git clone https://codeberg.org/jbruchon/jdupes.git
cd jdupes
git checkout v1.27
Expand Down

0 comments on commit 6412a61

Please sign in to comment.