Skip to content

Commit 4ff1adf

Browse files
committed
Bust caches.
1 parent 33723e6 commit 4ff1adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
ruby-version: ${{matrix.ruby}}
5656
bundler-cache: true
57-
cache-version: io_uring
57+
cache-version: uring-coverage
5858
apt-get: liburing-dev
5959

6060
- name: Run tests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
ruby-version: ${{matrix.ruby}}
3838
bundler-cache: true
39-
cache-version: io_uring
39+
cache-version: uring
4040

4141
- name: Backends
4242
run: bundle exec ruby -r"io/event" -e "puts IO::Event::Selector.constants"

0 commit comments

Comments
 (0)