.github/workflows/ci.yml in karafka-2.4.3 vs .github/workflows/ci.yml in karafka-2.4.4
- old
+ new
@@ -146,9 +146,14 @@
gem install bundler --no-document
gem update --system --no-document
bundle config set without 'tools benchmarks docs'
+ - name: Fix directory permissions for Bundler
+ run: |
+ chmod -R o-w /opt/hostedtoolcache/Ruby/3*/x64/lib/ruby/gems/3*/gems
+ chmod +t /opt/hostedtoolcache/Ruby/3*/x64/lib/ruby/gems/3*/gems
+
- name: Bundle install
run: |
bundle config set without development
bundle install --jobs 4 --retry 3