Remove easimon/maximize-build-space

This commit is contained in:
Adria Navarro 2023-10-04 20:27:03 +02:00
parent 35568aefda
commit b734bfab04
1 changed files with 0 additions and 7 deletions

View File

@ -15,13 +15,6 @@ jobs:
matrix:
node-version: [18.x]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 35000
swap-size-mb: 1024
remove-android: "true"
remove-dotnet: "true"
# - name: Fail if not a tag
# run: |
# if [[ $GITHUB_REF != refs/tags/* ]]; then