We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c5c44 commit a4b59caCopy full SHA for a4b59ca
action.yml
@@ -58,13 +58,3 @@ runs:
58
aim_ll -a -s "20%" -m "$RUNNER_TEMP" -p "/fs:ntfs /q /y"
59
cp -r "$RUNNER_TEMP"_tmp/. "$RUNNER_TEMP"
60
rm -rf "$RUNNER_TEMP"_tmp
61
-
62
- # RAM disk for the repository
63
- rm -rf "$GITHUB_WORKSPACE"/*
64
- # Use exfat instead of ntfs because ntfs creates an unremovable
65
- # "System Volume Information" directory that makes actions/checkout fail.
66
- # exfat is empty on creation
67
- aim_ll -a -s "20%" -m "$GITHUB_WORKSPACE" -p "/fs:exfat /q /y"
68
- # node's fs.promises.readdir used by actions/checkout fails if the
69
- # directory is empty.
70
- touch "$GITHUB_WORKSPACE"/dummy.txt
0 commit comments