Skip to content

Commit 79cc062

Browse files
committed
Install RDoc under .bundle/gems instead
1 parent ad77807 commit 79cc062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby-core.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
path: ruby/rdoc
5353
- name: Install RDoc locally
5454
run: |
55+
gem uninstall rdoc
5556
gem build rdoc
56-
gem install *.gem
57+
gem install *.gem --install-dir ../ruby/.bundle
5758
working-directory: ruby/rdoc
5859
- name: Generate Documentation with RDoc
5960
run: make html

0 commit comments

Comments
 (0)