Fix GH Actions being unable to bundle

Error looks similar to https://github.com/rubygems/rubygems/issues/5150
This commit is contained in:
Greg Myers 2022-01-22 22:10:24 +00:00 committed by GitHub
parent a813b63bcc
commit 8e59d2b2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: |
gem upgrade --system
bundle install
cd rswag-ui && npm install