Skip to content

Commit 0d33726

Browse files
committed
Drop mass removal from outputs generation
1 parent b8b05f2 commit 0d33726

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/outputs.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,6 @@ jobs:
1414
contents: write
1515

1616
steps:
17-
- name: Remove pre-installed apps to make space for build
18-
run: |
19-
sudo apt-get remove -y '^llvm-.*'
20-
sudo apt-get remove -y '^dotnet-.*'
21-
sudo apt-get remove -y 'php.*'
22-
sudo apt-get remove -y '^mongodb-.*'
23-
sudo apt-get remove -y '^mysql-.*'
24-
sudo apt-get autoremove -y
25-
sudo apt-get clean
26-
sudo rm -rf /usr/share/dotnet/
27-
sudo rm -rf /usr/local/share/powershell
28-
sudo rm -rf /usr/local/share/chromium
29-
sudo rm -rf /usr/local/lib/android
30-
sudo rm -rf /usr/local/lib/node_modules
31-
sudo docker system prune -af
32-
3317
- name: Checkout (Push)
3418
if: github.event_name != 'pull_request'
3519
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)