diff --git a/.github/workflows/AutoBuild-asus_rt-acrh17.yml b/.github/workflows/AutoBuild-asus_rt-acrh17.yml index 1be0dc4..b8c00fd 100644 --- a/.github/workflows/AutoBuild-asus_rt-acrh17.yml +++ b/.github/workflows/AutoBuild-asus_rt-acrh17.yml @@ -50,13 +50,22 @@ env: jobs: Compile: runs-on: ubuntu-latest - steps: + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 5120 + swap-size-mb: 512 + remove-dotnet: 'true' + remove-android: 'true' + - name: Checkout uses: actions/checkout@main - name: Initialization Variables run: | + echo "Free space:" + df -h if [ -n "${{ github.event.inputs.Tempoary_CONFIG }}" ] then if [ -f "$GITHUB_WORKSPACE/Configs/${{ github.event.inputs.Tempoary_CONFIG }}" ] diff --git a/.github/workflows/AutoBuild-d-team_newifi-d2.yml b/.github/workflows/AutoBuild-d-team_newifi-d2.yml index 08912db..8a2449e 100644 --- a/.github/workflows/AutoBuild-d-team_newifi-d2.yml +++ b/.github/workflows/AutoBuild-d-team_newifi-d2.yml @@ -50,13 +50,22 @@ env: jobs: Compile: runs-on: ubuntu-latest - steps: + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 5120 + swap-size-mb: 512 + remove-dotnet: 'true' + remove-android: 'true' + - name: Checkout uses: actions/checkout@main - name: Initialization Variables run: | + echo "Free space:" + df -h if [ -n "${{ github.event.inputs.Tempoary_CONFIG }}" ] then if [ -f "$GITHUB_WORKSPACE/Configs/${{ github.event.inputs.Tempoary_CONFIG }}" ] diff --git a/.github/workflows/AutoBuild-p2w_r619ac-128m.yml b/.github/workflows/AutoBuild-p2w_r619ac-128m.yml index 41ada5e..aa34935 100644 --- a/.github/workflows/AutoBuild-p2w_r619ac-128m.yml +++ b/.github/workflows/AutoBuild-p2w_r619ac-128m.yml @@ -50,13 +50,22 @@ env: jobs: Compile: runs-on: ubuntu-latest - steps: + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 5120 + swap-size-mb: 512 + remove-dotnet: 'true' + remove-android: 'true' + - name: Checkout uses: actions/checkout@main - name: Initialization Variables run: | + echo "Free space:" + df -h if [ -n "${{ github.event.inputs.Tempoary_CONFIG }}" ] then if [ -f "$GITHUB_WORKSPACE/Configs/${{ github.event.inputs.Tempoary_CONFIG }}" ] diff --git a/.github/workflows/AutoBuild-x86_64.yml b/.github/workflows/AutoBuild-x86_64.yml index 9dcef06..7b235be 100644 --- a/.github/workflows/AutoBuild-x86_64.yml +++ b/.github/workflows/AutoBuild-x86_64.yml @@ -50,13 +50,22 @@ env: jobs: Compile: runs-on: ubuntu-latest - steps: + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 5120 + swap-size-mb: 512 + remove-dotnet: 'true' + remove-android: 'true' + - name: Checkout uses: actions/checkout@main - name: Initialization Variables run: | + echo "Free space:" + df -h if [ -n "${{ github.event.inputs.Tempoary_CONFIG }}" ] then if [ -f "$GITHUB_WORKSPACE/Configs/${{ github.event.inputs.Tempoary_CONFIG }}" ] diff --git a/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml b/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml index 2263aba..5cca441 100644 --- a/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml +++ b/.github/workflows/AutoBuild-xiaomi_redmi-router-ac2100.yml @@ -50,13 +50,22 @@ env: jobs: Compile: runs-on: ubuntu-latest - steps: + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 5120 + swap-size-mb: 512 + remove-dotnet: 'true' + remove-android: 'true' + - name: Checkout uses: actions/checkout@main - name: Initialization Variables run: | + echo "Free space:" + df -h if [ -n "${{ github.event.inputs.Tempoary_CONFIG }}" ] then if [ -f "$GITHUB_WORKSPACE/Configs/${{ github.event.inputs.Tempoary_CONFIG }}" ] diff --git a/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml b/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml index 495d713..7c5d390 100644 --- a/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml +++ b/.github/workflows/AutoBuild-xiaoyu_xy-c5.yml @@ -50,13 +50,22 @@ env: jobs: Compile: runs-on: ubuntu-latest - steps: + - name: Maximize Build Space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 5120 + swap-size-mb: 512 + remove-dotnet: 'true' + remove-android: 'true' + - name: Checkout uses: actions/checkout@main - name: Initialization Variables run: | + echo "Free space:" + df -h if [ -n "${{ github.event.inputs.Tempoary_CONFIG }}" ] then if [ -f "$GITHUB_WORKSPACE/Configs/${{ github.event.inputs.Tempoary_CONFIG }}" ]