Skip to content

Commit

Permalink
Remove Gemfile.lock for Ruby head
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 10, 2024
1 parent c37838b commit 33c00af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: "recursive"

- if: ${{ matrix.ruby == 'head' }}
run: "rm ${{ matrix.gemfile }}.lock"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 33c00af

Please sign in to comment.