Skip to content

Commit

Permalink
Adapt Github workflow to build the branch 'cc' to depend on a
Browse files Browse the repository at this point in the history
crawler-commons library version which downgrades the commons-io
dependency incompatible to that shipped with Hadoop
  • Loading branch information
sebastian-nagel committed Nov 27, 2024
1 parent 39fdd57 commit 062c08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
mvn install
- name: Install crawler-commons development version
run: |
git clone https://github.com/crawler-commons/crawler-commons.git
git clone https://github.com/commoncrawl/crawler-commons.git
cd crawler-commons/
git checkout commons-io-downgrade
mvn install
- name: Install recent public suffix list
run: |
Expand Down

0 comments on commit 062c08f

Please sign in to comment.