From 4003b72ac8cef5262a5b4836e0bd24971eb9c011 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:03:14 +0800 Subject: [PATCH] fix bug --- .github/workflows/X-x86_64_X.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/X-x86_64_X.yml b/.github/workflows/X-x86_64_X.yml index d25a6ef..695a182 100644 --- a/.github/workflows/X-x86_64_X.yml +++ b/.github/workflows/X-x86_64_X.yml @@ -69,6 +69,15 @@ jobs: echo "Release=${{ github.event.inputs.Release }}" >> $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 uses: actions/checkout@main with: @@ -131,15 +140,6 @@ jobs: sudo -E apt-get clean 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 run: | git clone -b $REPO_BRANCH $REPO_URL openwrt