Skip to content

Commit d2f2ca8

Browse files
committed
CI: Create directory which is required for development build
Signed-off-by: Stefan Weil <[email protected]>
1 parent f9792ca commit d2f2ca8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
run:
7474
mvn -B dependency:analyze
7575
- name: Run production build (required for dependency tree)
76-
run:
76+
run: |
77+
sudo mdir -p /usr/local/kitodo/modules
78+
ls -l /usr/local/kitodo $GITHUB_WORKSPACE
7779
mvn -B clean install
7880
- name: Run dependency:tree
7981
run:

0 commit comments

Comments
 (0)