Skip to content

Commit

Permalink
Revert "GA: use bundler-cache"
Browse files Browse the repository at this point in the history
This reverts commit 177fd3b.
  • Loading branch information
takahashim committed Dec 31, 2024
1 parent aa1a37b commit c9e4fa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: fix ImageMagick policy.xml on Linux
if: runner.os == 'Linux'
run: sudo sed -i 's/none/read|write/g' /etc/ImageMagick-6/policy.xml
- name: Build and test with Rake
run: |
gem install bundler --no-document
bundle install --retry 3
bundle exec rubocop -P
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: fix ImageMagick policy.xml on Linux
if: runner.os == 'Linux'
run: sudo sed -i 's/none/read|write/g' /etc/ImageMagick-6/policy.xml
- name: Build and test with Rake
run: |
gem install bundler --no-document
bundle install --retry 3
bundle exec rake test

0 comments on commit c9e4fa9

Please sign in to comment.