Skip to content

Commit 8da3a0a

Browse files
committed
Drop delegated mount
1 parent 369e009 commit 8da3a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
1313
- run: |-
1414
docker run --rm \
15-
-v ${{ github.workspace }}:/github/workspace/:delegated \
15+
-v ${{ github.workspace }}:/github/workspace/ \
1616
-e EM_CACHE=/github/workspace/.emscripten_cache \
1717
-e YARN_CACHE_FOLDER=/github/workspace/.yarn_cache \
1818
-e CARGO_HOME=/github/workspace/.cargo \

0 commit comments

Comments
 (0)