Skip to content

Commit 4f2a0b1

Browse files
committed
change workspace permission
1 parent 829a7cf commit 4f2a0b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
steps:
2828
- name: Clean up
2929
continue-on-error: true
30-
run: docker system prune --force --all --volumes
30+
run: |
31+
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
32+
docker system prune --force --all --volumes
3133
3234
- uses: actions/checkout@v2
3335
- name: Compile Check with WASM

0 commit comments

Comments
 (0)