Skip to content

Commit 67cb1af

Browse files
committed
Need to be after PATH is changed
1 parent 1ed40e5 commit 67cb1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ jobs:
111111
run: tar czf ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz -C ~/.rubies ruby-${{ matrix.name }}
112112

113113
# Test
114-
- run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'
115114
- run: make test-spec MSPECOPT=-j
116115
- run: make test-all TESTS="-j4"
117116

@@ -122,6 +121,7 @@ jobs:
122121
- run: mv test_files/Gemfile .
123122
- run: ruby --version
124123
- run: ruby -e 'pp RbConfig::CONFIG'
124+
- run: ruby --yjit -e 'exit RubyVM::YJIT.enabled?'
125125
- run: gem --version
126126
- run: rake --version
127127
- run: ruby -ropen-uri -e 'puts URI.send(:open, "https://rubygems.org/") { |f| f.read(1024) }'

0 commit comments

Comments
 (0)