diff --git a/.github/actions/create-dev-env/action.yml b/.github/actions/create-dev-env/action.yml index d27ad16e..71b0cb74 100644 --- a/.github/actions/create-dev-env/action.yml +++ b/.github/actions/create-dev-env/action.yml @@ -4,12 +4,12 @@ description: "Create build environment" runs: using: "composite" steps: - - name: Maximize build space 🛠 - run: | - sudo rm -rf /usr/share/dotnet - sudo rm -rf /usr/local/lib/android - sudo rm -rf /opt/ghc - shell: bash + # - name: Maximize build space 🛠 + # run: | + # sudo rm -rf /usr/share/dotnet + # sudo rm -rf /usr/local/lib/android + # sudo rm -rf /opt/ghc + # shell: bash # Setup docker to build for multiple platforms, see: # https://github.com/docker/build-push-action/tree/master#usage