File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ workflows:
1818 docker-image : cimg/ruby:3.0
1919 - build-test-linux :
2020 name : JRuby 9.2
21- docker-image : circleci/ jruby:9.2-jdk
21+ docker-image : jruby:9.2-jdk
2222 jruby : true
2323
2424jobs :
4242 condition : <<parameters.jruby>>
4343 steps :
4444 - run : gem install jruby-openssl # required by bundler, no effect on Ruby MRI
45- - run : sudo apt-get update -y && sudo apt-get install -y build-essential
45+ - run : apt-get update -y && apt-get install -y build-essential
46+ - when :
47+ condition :
48+ not : <<parameters.jruby>>
49+ steps :
50+ - run : sudo apt-get update -y && sudo apt-get install -y build-essential
4651 - run : ruby -v
4752 - run : gem install bundler -v 2.2.10
4853 - run : bundle _2.2.10_ install
You can’t perform that action at this time.
0 commit comments