Skip to content

Commit

Permalink
Custom bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
lleirborras committed Oct 17, 2023
1 parent dd3e8dc commit 0b29bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
- run: rm -rf .git
- run: gem install --ignore-dependencies bundler -v '~> 1.0'
- run: RACK_VERSION=${{ matrix.rack_version }} REDIS_RB_VERSION=${{ matrix.redis_rb_version }} make build
- run: RACK_VERSION=${{ matrix.rack_version }} REDIS_RB_VERSION=${{ matrix.redis_rb_version }} bundle exec rake

0 comments on commit 0b29bb4

Please sign in to comment.