From 3904ee7b4b8b583e743b6f699049d454429b63df Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 12 Nov 2024 17:45:03 +0100 Subject: [PATCH] DEBUG --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ca0606..97795df5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: channel: 'experimental' os: 'ubuntu-latest' - continue-on-error: ${{ matrix.channel != 'stable' }} + continue-on-error: true # ${{ matrix.channel != 'stable' }} steps: - uses: actions/checkout@v4