diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df2d2fe..a1bc41f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,14 @@ jobs: pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }} steps: + # Free GitHub Actions Environment Disk Space + - name: Maximize Build Space + # jlumbroso/free-disk-space@v1.3.1: + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be + with: + tool-cache: false + large-packages: false + # Check out the current repository - name: Fetch Sources uses: actions/checkout@v4 @@ -92,7 +100,8 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@main + # jlumbroso/free-disk-space@v1.3.1: + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be with: tool-cache: false large-packages: false @@ -143,6 +152,15 @@ jobs: runs-on: ubuntu-latest steps: + + # Free GitHub Actions Environment Disk Space + - name: Maximize Build Space + # jlumbroso/free-disk-space@v1.3.1: + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be + with: + tool-cache: false + large-packages: false + # Check out the current repository - name: Fetch Sources uses: actions/checkout@v4