Remove workaround

No longer needed since https://github.com/ruby/setup-ruby/issues/358
This commit is contained in:
Benoit Daloze 2022-07-26 21:08:02 +02:00
parent ed3490756d
commit 1194bd8712
1 changed files with 0 additions and 2 deletions

View File

@ -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