diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-09 15:44:08 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-09 15:44:08 -0600 |
| commit | bfd2adf882aad1c59999c3d174463a2a51e11715 (patch) | |
| tree | 324a56b8424979a7df68913aaf9e4e2461508015 | |
| parent | 7e4b388bea951d9f612984dd7052e99d83269128 (diff) | |
try to fix the CI jobs again
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97c8da18..eae7b720 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,9 +85,9 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler: ${{ matrix.os == 'windows-latest' && matrix.ruby == '3.0' && '2.3' || 'default' }} + #bundler: ${{ matrix.os == 'windows-latest' && matrix.ruby == '3.0' && '2.3' || 'default' }} bundler-cache: ${{ github.event_name != 'schedule' }} - cache-version: 1 + #cache-version: 1 - name: Install dependencies (scheduled build only) if: github.event_name == 'schedule' run: | |
