There was an error while loading. Please reload this page.
1 parent 10b1dac commit 24642f9Copy full SHA for 24642f9
1 file changed
.github/workflows/ci.yml
@@ -144,10 +144,15 @@ jobs:
144
uses: ruby/setup-ruby@v1
145
with:
146
ruby-version: '3.4'
147
- bundler-cache: true
+ bundler-cache: false
148
+
149
+ - name: Configure bundler
150
+ run: |
151
+ bundle config set --local path 'vendor/bundle'
152
+ bundle config set --local frozen false
153
- - name: Configure bundler for semantic-release
- run: bundle config set --local frozen false
154
+ - name: Install dependencies
155
+ run: bundle install
156
157
- name: Configure git for semantic-release
158
run: |
0 commit comments