File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments