Skip to content

Commit

Permalink
CI: Create directory which is required for development build
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 25, 2024
1 parent f9792ca commit d2f2ca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
run:
mvn -B dependency:analyze
- name: Run production build (required for dependency tree)
run:
run: |
sudo mdir -p /usr/local/kitodo/modules
ls -l /usr/local/kitodo $GITHUB_WORKSPACE
mvn -B clean install
- name: Run dependency:tree
run:
Expand Down

0 comments on commit d2f2ca8

Please sign in to comment.