We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1911a16 commit be3f671Copy full SHA for be3f671
.github/workflows/main.yml
@@ -10,6 +10,7 @@ jobs:
10
linux-ci:
11
name: Linux
12
runs-on: ubuntu-latest
13
+ continue-on-error: ${{ matrix.toolchain == 'nightly' }}
14
strategy:
15
matrix:
16
toolchain:
0 commit comments