Skip to content

Commit c54c426

Browse files
committed
Install Bundler forcely on Windows
1 parent a7647c1 commit c54c426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
1717
- name: Set up Bundler
18-
run: gem install bundler --no-document
18+
run: gem install bundler --no-document --force
1919
- name: Install dependencies
2020
run: bundle install
2121
- name: Run test

0 commit comments

Comments
 (0)