Skip to content

Commit 1037435

Browse files
Update .github/actions/freediskspace/action.yml
1 parent a6fce27 commit 1037435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/freediskspace/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
sudo rm -rf /opt/hostedtoolcache/go || echo "::warning::Failed to remove Go"
3434
sudo rm -rf /opt/hostedtoolcache/Ruby || echo "::warning::Failed to remove Ruby"
3535
36-
# Remove multiple LLVM versions (keep only one if needed)
36+
# Remove multiple LLVM versions
3737
sudo rm -rf /usr/lib/llvm-13 || echo "::warning::Failed to remove LLVM 13"
3838
sudo rm -rf /usr/lib/llvm-14 || echo "::warning::Failed to remove LLVM 14"
3939
sudo rm -rf /usr/lib/llvm-15 || echo "::warning::Failed to remove LLVM 15"

0 commit comments

Comments
 (0)