mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +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:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user