We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0618b5a commit 1ed7a2bCopy full SHA for 1ed7a2b
.github/workflows/publish-website.yml
@@ -19,7 +19,7 @@ jobs:
19
bundler-cache: true
20
- name: Install microsite deps
21
run: |
22
- bundle install --jobs 4 --retry 3
+ bundle install --jobs 4 --retry 3 --system
23
- name: Print versions
24
25
java -version
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
26
27
28
0 commit comments