Skip to content

Commit b3a201d

Browse files
committed
Update check-ide-compatibility.yml
1 parent cb9e43a commit b3a201d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-ide-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
for p in "${paths_to_wipe[@]}"
3838
do
3939
echo "Clearing $p"
40-
rm -rf $p || true
40+
sudo rm -rf $p || true
4141
done
4242
sudo df -h
4343

0 commit comments

Comments
 (0)