File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,21 +122,21 @@ jobs:
122122 node-version : ${{ inputs.node-version }}
123123 - name : Setup Bazel with caching
124124 if : inputs.caching
125- uses : bazel-contrib /setup-bazel@0.13.0
125+ uses : calebzulawski /setup-bazel@feature/disk-cache
126126 with :
127127 bazelisk-cache : true
128128 bazelrc : common --color=yes
129- cache-version : 2
130- disk-cache : ${{ inputs.cache-key }}
129+ cache-prefix : 3-${{ github.job }}-${{ inputs.os }}-${{ inputs.cache-key }}
131130 external-cache : |
132131 name: ${{ inputs.cache-key }}
133132 manifest:
134133 crates: rust/Cargo.Bazel.lock
135134 rules_ruby++ruby+ruby: ${{ inputs.os == 'windows' && 'false' || 'rb/.ruby-version' }}
135+ disk-cache : true
136136 repository-cache : true
137137 - name : Setup Bazel without caching
138138 if : inputs.caching == false
139- uses : bazel-contrib /setup-bazel@0.13.0
139+ uses : calebzulawski /setup-bazel@feature/disk-cache
140140 with :
141141 bazelrc : common --color=yes
142142 - name : Setup Fluxbox and Xvfb
You can’t perform that action at this time.
0 commit comments