Skip to content

Commit

Permalink
fix permission final
Browse files Browse the repository at this point in the history
  • Loading branch information
pycabbage committed Mar 6, 2024
1 parent 610db49 commit 8a00ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
node-version-file: ".nvmrc"
- name: Build
run: |
chmod o+w cache
mkdir -p prefix dist wasm-build cache
chmod o+w prefix dist wasm-build cache
docker compose up ci
- name: Check files
run: ls . */
Expand Down

0 comments on commit 8a00ee9

Please sign in to comment.