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 cb9e43a commit b3a201dCopy full SHA for b3a201d
.github/workflows/check-ide-compatibility.yml
@@ -37,7 +37,7 @@ jobs:
37
for p in "${paths_to_wipe[@]}"
38
do
39
echo "Clearing $p"
40
- rm -rf $p || true
+ sudo rm -rf $p || true
41
done
42
sudo df -h
43
0 commit comments