Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
No longer needed since ruby/setup-ruby#358
  • Loading branch information
eregon committed Jul 26, 2022
1 parent ed34907 commit af68a5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
id: setup-ruby
with:
ruby-version: ${{ matrix.ruby }}
# Workaround for https://github.com/rubygems/rubygems/issues/5691
bundler: ${{ startsWith(matrix.ruby, 'truffleruby') && 'none' || 'latest' }}
bundler-cache: true
- name: Install dependencies
run: sudo apt-get install -y pandoc nodejs pkg-config libxml2-dev libxslt-dev
Expand Down

0 comments on commit af68a5f

Please sign in to comment.