Commit 9fff754

mo khan <mo@mokhan.ca>
2022-01-26 19:00:26
chore: temporarily disable bundler cache
1 parent c769ed8
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -16,7 +16,6 @@ jobs:
         uses: ruby/setup-ruby@v1
         with:
           ruby-version: ${{ matrix.ruby-version }}
-          bundler-cache: true
       - name: Running tests…
         run: sh bin/test
   style: