Skip to content

Commit 582108b

Browse files
committed
use ntfs instead of exfat on GITHUB_WORKSPACE
1 parent 81c5c44 commit 582108b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
# Use exfat instead of ntfs because ntfs creates an unremovable
6565
# "System Volume Information" directory that makes actions/checkout fail.
6666
# exfat is empty on creation
67-
aim_ll -a -s "20%" -m "$GITHUB_WORKSPACE" -p "/fs:exfat /q /y"
67+
aim_ll -a -s "20%" -m "$GITHUB_WORKSPACE" -p "/fs:nfts /q /y"
6868
# node's fs.promises.readdir used by actions/checkout fails if the
6969
# directory is empty.
7070
touch "$GITHUB_WORKSPACE"/dummy.txt

0 commit comments

Comments
 (0)