Skip to content

Commit

Permalink
Update build_for_x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 10, 2024
1 parent ee8091e commit 101f478
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_for_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ jobs:
remove-android: 'true'
remove-haskell: 'true'
overprovision-lvm: 'true'
- name: remove even more
run: |
sudo apt-get purge -y \
'^llvm-.*' \
'php.*' \
'^mongodb-.*' \
'^mysql-.*' \
azure-cli \
google-chrome-stable \
firefox \
powershell \
microsoft-edge-stable \
mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
- name: test
run: |
echo "DT=$(date +'%Y-%m-%d_%H%M')" >> $GITHUB_ENV
Expand Down

0 comments on commit 101f478

Please sign in to comment.