We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b042 commit 11c343cCopy full SHA for 11c343c
.github/workflows/build.yml
@@ -578,7 +578,7 @@ jobs:
578
ruby-version: ${{ matrix.ruby-version }}
579
bundler-cache: true
580
cargo-cache: true
581
- cache-version: v1
+ cache-version: v1-${{ matrix.ruby-version }}
582
working-directory: ./bindings/ruby
583
584
- name: Setup LLVM & Clang
@@ -624,7 +624,7 @@ jobs:
624
625
bundler-cache: false
626
627
628
629
630
0 commit comments