diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2fdaa79..5595f13d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,10 @@ jobs: runs-on: ${{ matrix.platform.distro }} + continue-on-error: ${{ matrix.platform.name == 'Linux' + && matrix.platform.toolchain == 'nightly' + && matrix.test.name == 'Debug' }} + steps: - name: Checkout Sources uses: actions/checkout@v2