Skip to content

Commit 90e278b

Browse files
committed
Always remove Gemfile.lock on windows
1 parent 49a456d commit 90e278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Remove Gemfile.lock
35-
if: (matrix.gemfile == 'Gemfile') && ((matrix.ruby == 'head' ) || (matrix.os == 'windows-latest' && matrix.ruby == '3.1'))
35+
if: (matrix.gemfile == 'Gemfile') && (matrix.ruby == 'head' || matrix.os == 'windows-latest')
3636
run: "rm ${{ matrix.gemfile }}.lock"
3737

3838
- name: Set up Ruby

0 commit comments

Comments
 (0)