diff --git a/.github/workflows/daily_common.yml b/.github/workflows/daily_common.yml index be8f22cec..a5ae19c5a 100644 --- a/.github/workflows/daily_common.yml +++ b/.github/workflows/daily_common.yml @@ -60,7 +60,6 @@ jobs: name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})' runs-on: ${{ matrix.platform.builder }} - continue-on-error: ${{ matrix.nim.branch == 'devel' || matrix.nim.branch == 'version-2-0' }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index acd238f32..9393dca5d 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -17,6 +17,13 @@ jobs: name: Run transport interoperability tests runs-on: ubuntu-22.04 steps: + - name: Free Disk Space + # For some reason we have space issues while running this action. Likely while building the image. + # This action will free up some space to avoid the issue. + uses: jlumbroso/free-disk-space@v1.3.1 + with: + tool-cache: true + - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3 - name: Build image