Skip to content

Commit 1ed7a2b

Browse files
Just installing bundle deps to --system
1 parent 0618b5a commit 1ed7a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
bundler-cache: true
2020
- name: Install microsite deps
2121
run: |
22-
bundle install --jobs 4 --retry 3
22+
bundle install --jobs 4 --retry 3 --system
2323
- name: Print versions
2424
run: |
2525
java -version

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
bundler-cache: true
2323
- name: Install microsite deps
2424
run: |
25-
bundle install --jobs 4 --retry 3
25+
bundle install --jobs 4 --retry 3 --system
2626
- name: Print versions
2727
run: |
2828
java -version

0 commit comments

Comments
 (0)