Skip to content

Commit 19d4327

Browse files
committed
Try to still publish if only the ASAN build fails
1 parent 06ec37f commit 19d4327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
include:
8484
- { os: ubuntu-24.04, name: asan }
8585
runs-on: ${{ matrix.os }}
86+
continue-on-error: ${{ matrix.name == 'asan' }}
8687
steps:
8788
- name: Clone ruby
8889
uses: actions/checkout@v4

0 commit comments

Comments
 (0)