@@ -202,23 +202,23 @@ jobs:
202
202
distribution : temurin
203
203
- run : java -version
204
204
205
- # - name: Bazel File Cache Setup
206
- # uses: actions/cache@v3
207
- # with:
208
- # path: ~/.cache/bazel
209
- # key: ${{ runner.os }}-${{ hashFiles('WORKSPACE') }}
210
- # restore-keys: ${{ runner.os }}-
211
- # - name: Bazel Cache Not Found
212
- # if: steps.cache-bazel.outputs.cache-hit != 'true'
213
- # run: |
214
- # echo "No cache found."
215
- # - name: Bazel Cache Found
216
- # if: steps.cache-bazel.outputs.cache-hit == 'true'
217
- # run: |
218
- # echo -n "Cache found. Cache size: "
219
- # du -sh ~/.cache/bazel
220
- # echo "If the cache seems broken, update the root WORKSPACE file with a trivial change."
221
- # echo "The old cache will disappear after 7 days."
205
+ - name : Bazel File Cache Setup
206
+ uses : actions/cache@v3
207
+ with :
208
+ path : ~/.cache/bazel
209
+ key : ${{ runner.os }}-${{ hashFiles('WORKSPACE') }}
210
+ restore-keys : ${{ runner.os }}-
211
+ - name : Bazel Cache Not Found
212
+ if : steps.cache-bazel.outputs.cache-hit != 'true'
213
+ run : |
214
+ echo "No cache found."
215
+ - name : Bazel Cache Found
216
+ if : steps.cache-bazel.outputs.cache-hit == 'true'
217
+ run : |
218
+ echo -n "Cache found. Cache size: "
219
+ du -sh ~/.cache/bazel
220
+ echo "If the cache seems broken, update the root WORKSPACE file with a trivial change."
221
+ echo "The old cache will disappear after 7 days."
222
222
223
223
- name : Install maven modules
224
224
run : |
0 commit comments