Skip to content

Commit 2a9e647

Browse files
committed
fix: Update CI workflow versions to latest
1 parent efd2047 commit 2a9e647

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,25 @@ jobs:
117117
rmz -f /opt/hostedtoolcache/PyPy &
118118
rmz -f /opt/hostedtoolcache/Ruby &
119119
rmz -f /opt/hostedtoolcache/go &
120+
sudo rmz -f /usr/local/lib/android &
120121
121122
if [[ ${{ github.repository }} == terraform-aws-modules/terraform-aws-security-group ]]; then
122-
sudo rmz -f /usr/local/lib/android &
123123
sudo rmz -f /usr/share/dotnet &
124124
sudo rmz -f /usr/local/.ghcup &
125+
sudo apt-get -qq remove -y 'azure-.*'
126+
sudo apt-get -qq remove -y 'cpp-.*'
127+
sudo apt-get -qq remove -y 'dotnet-runtime-.*'
128+
sudo apt-get -qq remove -y 'google-.*'
129+
sudo apt-get -qq remove -y 'libclang-.*'
130+
sudo apt-get -qq remove -y 'libllvm.*'
131+
sudo apt-get -qq remove -y 'llvm-.*'
132+
sudo apt-get -qq remove -y 'mysql-.*'
133+
sudo apt-get -qq remove -y 'postgresql-.*'
134+
sudo apt-get -qq remove -y 'php.*'
135+
sudo apt-get -qq remove -y 'temurin-.*'
136+
sudo apt-get -qq remove -y kubectl firefox mono-devel
137+
sudo apt-get -qq autoremove -y
138+
sudo apt-get -qq clean
125139
fi
126140
127141
wait

0 commit comments

Comments
 (0)