We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369e009 commit 8da3a0aCopy full SHA for 8da3a0a
1 file changed
action.yml
@@ -12,7 +12,7 @@ runs:
12
13
- run: |-
14
docker run --rm \
15
- -v ${{ github.workspace }}:/github/workspace/:delegated \
+ -v ${{ github.workspace }}:/github/workspace/ \
16
-e EM_CACHE=/github/workspace/.emscripten_cache \
17
-e YARN_CACHE_FOLDER=/github/workspace/.yarn_cache \
18
-e CARGO_HOME=/github/workspace/.cargo \
0 commit comments