skip cache

This commit is contained in:
techknowlogick 2023-04-14 17:45:29 -04:00
parent 820183b66e
commit 2f676cfb2b
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ jobs:
- uses: https://github.com/ruby/setup-ruby@v1
if: matrix.os == 'arm-ubuntu-latest'
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
ruby-version: '3.0'
- name: install tools
run: |
apt update -y