File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,7 @@ jobs:
114114 name: ${{ inputs.cache-key }}
115115 manifest:
116116 crates: rust/Cargo.Bazel.lock
117- npm: package-lock.json
118- pypi__pip: py/requirements_lock.txt
119- ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
117+ rules_ruby~~ruby~ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
120118 repository-cache : true
121119 - name : Setup Bazel without caching
122120 if : inputs.caching == false
Original file line number Diff line number Diff line change 2828 name: ci-check
2929 manifest:
3030 crates: rust/Cargo.Bazel.lock
31- npm: package-lock.json
32- pypi__pip: py/requirements_lock.txt
33- ruby: rb/.ruby-version
31+ rules_ruby~~ruby~ruby: rb/.ruby-version
3432 repository-cache : true
3533 - name : Check Bazel targets
3634 id : check-targets
You can’t perform that action at this time.
0 commit comments