Skip to content

Commit 7722fba

Browse files
committed
simplify
1 parent cee69bb commit 7722fba

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,8 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- if: runner.os == 'Linux'
32-
name: Install Microsoft ODBC Drivers & Free additional space
33-
run: |
34-
sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y || true
35-
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
36-
sudo rm -rf \
37-
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
38-
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
39-
/usr/lib/jvm || true
40-
sudo apt-get autoremove -y \
41-
&& sudo apt-get clean -y \
42-
&& sudo rm -rf /root/.cache \
43-
&& sudo rm -rf /var/apt/lists/* \
44-
&& sudo rm -rf /var/cache/apt/* \
45-
&& sudo apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
32+
name: Install Microsoft ODBC Drivers
33+
run: sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y || true
4634

4735
- name: Set up Python ${{ matrix.python-version }}
4836
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)