Temporarily remove build space maximize

This commit is contained in:
Ayaz Salikhov
2022-05-12 14:32:59 +03:00
parent f90de5efd8
commit 611c51fb82

View File

@@ -4,12 +4,12 @@ description: "Create build environment"
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: Maximize build space 🛠 # - name: Maximize build space 🛠
run: | # run: |
sudo rm -rf /usr/share/dotnet # sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android # sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc # sudo rm -rf /opt/ghc
shell: bash # shell: bash
# Setup docker to build for multiple platforms, see: # Setup docker to build for multiple platforms, see:
# https://github.com/docker/build-push-action/tree/master#usage # https://github.com/docker/build-push-action/tree/master#usage