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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
gem upgrade --system
|
||||||
bundle install
|
bundle install
|
||||||
cd rswag-ui && npm install
|
cd rswag-ui && npm install
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user