mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Merge pull request #475 from rswag/fix/workflow
Fix GH Actions being unable to bundle
This commit is contained in:
commit
16e40bfcf3
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 update --system
|
||||||
bundle install
|
bundle install
|
||||||
cd rswag-ui && npm install
|
cd rswag-ui && npm install
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user