1
0
mirror of synced 2024-11-24 15:50:16 +01:00

build: Clear up some unnecessary files on Linux

This commit is contained in:
WerWolv 2021-12-15 21:44:57 +01:00 committed by GitHub
parent 7d0d8d5649
commit c61e807f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,11 @@ jobs:
- name: ⬇️ Install dependencies
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo apt update
sudo bash dist/get_deps_debian.sh