Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e6d94ad

Browse files
committed
fix
1 parent 1812e31 commit e6d94ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
if: matrix.free_disk
117117
run: |
118118
sudo apt purge -y \
119-
'^java-*' \
120-
'^groff' \
121-
'^groff-base' \
122-
'^libllvm.* \
123-
'^llvm.*' \
124-
'^gcc' \
125-
'^gcc-11' \
119+
'^java-*' \
120+
'groff' \
121+
'groff-base' \
122+
'^libllvm.*' \
123+
'^llvm.*' \
124+
'gcc' \
125+
'gcc-11' \
126126
&& sudo apt autoremove -y
127127
128128
- name: Show installed packages ordered by size

0 commit comments

Comments
 (0)