This commit is contained in:
xopenwrt 2022-09-14 15:03:14 +08:00 committed by GitHub
parent 0cae7621a9
commit 4003b72ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -69,6 +69,15 @@ jobs:
echo "Release=${{ github.event.inputs.Release }}" >> $GITHUB_ENV echo "Release=${{ github.event.inputs.Release }}" >> $GITHUB_ENV
echo "SharePoint=${{ github.event.inputs.SharePoint }}" >> $GITHUB_ENV echo "SharePoint=${{ github.event.inputs.SharePoint }}" >> $GITHUB_ENV
- name: Maximize Build Space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 3000
swap-size-mb: 100
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
- name: Checkout - name: Checkout
uses: actions/checkout@main uses: actions/checkout@main
with: with:
@ -131,15 +140,6 @@ jobs:
sudo -E apt-get clean sudo -E apt-get clean
fi fi
- name: Maximize Build Space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 3000
swap-size-mb: 100
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
- name: Clone Openwrt Source Code - name: Clone Openwrt Source Code
run: | run: |
git clone -b $REPO_BRANCH $REPO_URL openwrt git clone -b $REPO_BRANCH $REPO_URL openwrt