Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Sep 19, 2024
1 parent 8e63c58 commit 80b03e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/setup-bundle-gem-path
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
require 'rubygems'

File.open(ENV['GITHUB_ENV'], 'a') do |f|
f.puts "GEM_PATH=#{Dir.pwd}/vendor/bundle:#{Gem.paths.path.join(':')}"
f.puts "GEM_PATH=#{Dir.pwd}/vendor/bundle/#{RUBY_ENGINE}/#{Gem.ruby_api_version}:#{Gem.paths.path.join(':')}"
end

0 comments on commit 80b03e4

Please sign in to comment.