Skip to content

Commit 8ffb3db

Browse files
committed
Ignore CI errors when using mruby-onig-regexp
1 parent 3fc8f0b commit 8ffb3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "onig"
2727
name: mruby ${{ matrix.mruby_version }} - ${{ matrix.regexp_lib }}
2828
runs-on: ubuntu-latest
29-
continue-on-error: ${{ matrix.mruby_version == 'master' }}
29+
continue-on-error: ${{ matrix.mruby_version == 'master' || matrix.regexp_lib == 'onig' }}
3030
steps:
3131
- uses: actions/checkout@v6
3232
- name: Clone mruby ${{ matrix.mruby_version }}

0 commit comments

Comments
 (0)