diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4ae9e0f..b178232 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,7 +9,10 @@ jobs: - name: Increase Swap uses: get-bridge/swap-space-action@v1 with: - swap-size-mb: 8192 + swap-size-mb: 16384 + - name: Report Disk + run: | + df -h - name: Checkout uses: actions/checkout@v4 - name: Install pnpm