Add easimon/maximize-build-space@master back
This commit is contained in:
parent
b30d700bcf
commit
ef4afc8b96
|
@ -15,19 +15,19 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x]
|
node-version: [18.x]
|
||||||
steps:
|
steps:
|
||||||
# - name: Maximize build space
|
- name: Maximize build space
|
||||||
# uses: easimon/maximize-build-space@master
|
uses: easimon/maximize-build-space@master
|
||||||
# with:
|
with:
|
||||||
# root-reserve-mb: 35000
|
root-reserve-mb: 35000
|
||||||
# swap-size-mb: 1024
|
swap-size-mb: 1024
|
||||||
# remove-android: "true"
|
remove-android: "true"
|
||||||
# remove-dotnet: "true"
|
remove-dotnet: "true"
|
||||||
# - name: Fail if not a tag
|
- name: Fail if not a tag
|
||||||
# run: |
|
run: |
|
||||||
# if [[ $GITHUB_REF != refs/tags/* ]]; then
|
if [[ $GITHUB_REF != refs/tags/* ]]; then
|
||||||
# echo "Workflow Dispatch can only be run on tags"
|
echo "Workflow Dispatch can only be run on tags"
|
||||||
# exit 1
|
exit 1
|
||||||
# fi
|
fi
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue