Skip to content

Commit 24642f9

Browse files
authored
fix ci (#23)
1 parent 10b1dac commit 24642f9

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,15 @@ jobs:
144144
uses: ruby/setup-ruby@v1
145145
with:
146146
ruby-version: '3.4'
147-
bundler-cache: true
147+
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
148153
149-
- name: Configure bundler for semantic-release
150-
run: bundle config set --local frozen false
154+
- name: Install dependencies
155+
run: bundle install
151156

152157
- name: Configure git for semantic-release
153158
run: |

0 commit comments

Comments
 (0)