Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 610db49

Browse files
committed
fix permission
1 parent cd7352f commit 610db49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
with:
6262
node-version-file: ".nvmrc"
6363
- name: Build
64-
run: docker compose up ci
64+
run: |
65+
chmod o+w cache
66+
docker compose up ci
6567
- name: Check files
6668
run: ls . */
6769
- name: Install dependencies

0 commit comments

Comments
 (0)