Skip to content

Commit 91a0686

Browse files
committed
Cache bust gems
I want to make sure gems can be rebuilt without the extra dependencies I removed in the previous commit
1 parent b18bac0 commit 91a0686

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
ruby-version: .tool-versions
3232
bundler-cache: true
33+
cache-version: 1
3334

3435
- name: Run RuboCop
3536
run: bundle exec rubocop --format progress
@@ -111,6 +112,7 @@ jobs:
111112
with:
112113
ruby-version: .tool-versions
113114
bundler-cache: true
115+
cache-version: 1
114116

115117
- name: Verify Firefox availability
116118
run: firefox --version

0 commit comments

Comments
 (0)