Skip to content

Commit 11c343c

Browse files
committed
build: Fix Ruby jobs cache
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 996b042 commit 11c343c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ jobs:
578578
ruby-version: ${{ matrix.ruby-version }}
579579
bundler-cache: true
580580
cargo-cache: true
581-
cache-version: v1
581+
cache-version: v1-${{ matrix.ruby-version }}
582582
working-directory: ./bindings/ruby
583583

584584
- name: Setup LLVM & Clang
@@ -624,7 +624,7 @@ jobs:
624624
ruby-version: ${{ matrix.ruby-version }}
625625
bundler-cache: false
626626
cargo-cache: true
627-
cache-version: v1
627+
cache-version: v1-${{ matrix.ruby-version }}
628628
working-directory: ./bindings/ruby
629629

630630
- name: Setup LLVM & Clang

0 commit comments

Comments
 (0)