1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Add easimon/maximize-build-space@master back

This commit is contained in:
Adria Navarro 2023-10-03 20:27:48 +02:00
parent b30d700bcf
commit ef4afc8b96

View file

@ -15,19 +15,19 @@ 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
# echo "Workflow Dispatch can only be run on tags"
# exit 1
# fi
- 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
echo "Workflow Dispatch can only be run on tags"
exit 1
fi
- name: "Checkout"
uses: actions/checkout@v4
with: