Skip to content

Commit a4b59ca

Browse files
authored
chore: remove ram disk from $GITHUB_WORKSPACE (#2)
remove the $GITHUB_WORKSPACE ram disk mount
1 parent 81c5c44 commit a4b59ca

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,3 @@ runs:
5858
aim_ll -a -s "20%" -m "$RUNNER_TEMP" -p "/fs:ntfs /q /y"
5959
cp -r "$RUNNER_TEMP"_tmp/. "$RUNNER_TEMP"
6060
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

Comments
 (0)