Skip to content

Commit 376ebd7

Browse files
committed
Install bundler with sudo
1 parent 2141dc8 commit 376ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
${{ runner.os }}-gems-
2828
- name: Install Bundler
2929
run: |
30-
gem install bundler
30+
sudo gem install bundler
3131
bundle config path vendor/bundle
3232
bundle install --jobs 4 --retry 3
3333
- name: Generate Jazzy Docs

0 commit comments

Comments
 (0)