Skip to content

Commit be3f671

Browse files
committed
Allow nightly builds to fail
1 parent 1911a16 commit be3f671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
linux-ci:
1111
name: Linux
1212
runs-on: ubuntu-latest
13+
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
1314
strategy:
1415
matrix:
1516
toolchain:

0 commit comments

Comments
 (0)