summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-09 15:44:08 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-09 15:44:08 -0600
commitbfd2adf882aad1c59999c3d174463a2a51e11715 (patch)
tree324a56b8424979a7df68913aaf9e4e2461508015 /.github/workflows/ci.yml
parent7e4b388bea951d9f612984dd7052e99d83269128 (diff)
try to fix the CI jobs again
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
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: |