From 33c00afbc3703bc6952bbfbcff41586b09e98810 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 10 Jan 2024 10:59:24 -0500 Subject: [PATCH] Remove Gemfile.lock for Ruby head --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77116af6f..0b6e3deaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: