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

Commit 8a00ee9

Browse files
committed
fix permission final
1 parent 610db49 commit 8a00ee9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
node-version-file: ".nvmrc"
6363
- name: Build
6464
run: |
65-
chmod o+w cache
65+
mkdir -p prefix dist wasm-build cache
66+
chmod o+w prefix dist wasm-build cache
6667
docker compose up ci
6768
- name: Check files
6869
run: ls . */

0 commit comments

Comments
 (0)