mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Fix GH Actions being unable to bundle
Error looks similar to https://github.com/rubygems/rubygems/issues/5150
This commit is contained in:
parent
a813b63bcc
commit
8e59d2b2f2
1
.github/workflows/ruby.yml
vendored
1
.github/workflows/ruby.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
gem upgrade --system
|
||||
bundle install
|
||||
cd rswag-ui && npm install
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user