Skip to content

Commit 789ddbf

Browse files
ci: make Maven repository writable
1 parent c668596 commit 789ddbf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
restore-keys: |
4343
${{ runner.os }}-maven-
4444
- name: Prepare Maven repository
45-
run: mkdir -p "$HOME/.m2/repository/thheller/shadow-cljs/3.4.5"
45+
run: |
46+
mkdir -p "$HOME/.m2/repository/thheller/shadow-cljs/3.4.5"
47+
chmod -R ugo+rwX "$HOME/.m2"
4648
- name: npm cache
4749
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4850
with:

0 commit comments

Comments
 (0)