Skip to content

Commit 22d076b

Browse files
committed
ci: Fix RUBY_YJIT_ENABLE value
1 parent 1c0b282 commit 22d076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
name: Rails Doc Build (older versions)
5151
env:
52-
RUBY_YJIT_ENABLE: ${{ matrix.yjit-enabled }}
52+
RUBY_YJIT_ENABLE: 1
5353
strategy:
5454
matrix:
5555
include:

0 commit comments

Comments
 (0)