Simple implementation

This commit is contained in:
Ayaz Salikhov
2021-12-12 15:28:16 +03:00
parent c84c1b26eb
commit 686fa13672

View File

@@ -56,13 +56,10 @@ jobs:
steps: steps:
- name: Maximize build space - name: Maximize build space
uses: easimon/maximize-build-space@b4d02c14493a9653fe7af06cc89ca5298071c66e # dependabot updates to latest release run: |
with: rm -rf /usr/share/dotnet
root-reserve-mb: 51200 # 50 GB rm -rf /usr/local/lib/android
build-mount-path: /var/lib/docker # remaining space rm -rf /opt/ghc
remove-dotnet: "true"
remove-haskell: "true"
remove-android: "true"
# 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