Skip to content

Commit

Permalink
Uninstall bundler before installing an old version
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Dec 19, 2024
1 parent 0197f9b commit 362f3a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Uninstall existing Bundler
run: |
gem uninstall bundler -a -x || true
- name: Install Bundler
run: |
if [[ "${{ matrix.ruby-version }}" == "2.6" || "${{ matrix.ruby-version }}" == "2.7" ]]; then
Expand Down

0 comments on commit 362f3a8

Please sign in to comment.