Skip to content

Commit 56b553b

Browse files
committed
fix ci on darwin deps in lockfile
1 parent 337631f commit 56b553b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.entry.ruby }}
20-
bundler-cache: true
20+
bundler-cache: false
21+
- name: Remove platform-specific Gemfile.lock
22+
run: rm -f Gemfile.lock
23+
- name: Bundle install
24+
run: bundle install
2125
- run: bundle exec rake test
2226
continue-on-error: ${{ matrix.entry.allowed-failure }}

0 commit comments

Comments
 (0)