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:
114
114
name: ${{ inputs.cache-key }}
115
115
manifest:
116
116
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' }}
120
118
repository-cache : true
121
119
- name : Setup Bazel without caching
122
120
if : inputs.caching == false
Original file line number Diff line number Diff line change 28
28
name: ci-check
29
29
manifest:
30
30
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
34
32
repository-cache : true
35
33
- name : Check Bazel targets
36
34
id : check-targets
You can’t perform that action at this time.
0 commit comments