diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-07-27 23:50:09 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-07-28 01:10:21 -0600 |
| commit | d0a3dcb12cfed166de8cd5f6f5c24693c250c75f (patch) | |
| tree | b7c1d7eac6d5cf68dd0298e86881850b8665335c /.github | |
| parent | 7ddd4a0fc70c637cdcfc524d16e2b697ba4711c3 (diff) | |
use specific version of Bundler for Ruby 3.0 on windows-latest
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fad385b..edb23809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler: ${{ matrix.os == 'windows-latest' && matrix.ruby == '3.0' && '2.3' || 'default' }} bundler-cache: ${{ github.event_name != 'schedule' }} - name: Install dependencies (scheduled build only) if: github.event_name == 'schedule' |
