This commit is contained in:
xopenwrt 2023-07-13 00:01:40 +08:00 committed by GitHub
parent ea27adf196
commit ceeb8c8148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -76,14 +76,14 @@ jobs:
sudo -E apt-get clean sudo -E apt-get clean
fi fi
- 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: 3500 # root-reserve-mb: 3500
swap-size-mb: 100 # swap-size-mb: 100
remove-dotnet: 'true' # remove-dotnet: 'true'
remove-android: 'true' # remove-android: 'true'
remove-haskell: 'true' # remove-haskell: 'true'
- name: Checkout - name: Checkout
uses: actions/checkout@main uses: actions/checkout@main