We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add6a8d commit 860781dCopy full SHA for 860781d
1 file changed
.github/workflows/build.yml
@@ -3,7 +3,7 @@ on: [push]
3
env:
4
BAZEL_ARGS: --repository_cache=~/repo-cache --disk_cache=~/disk-cache
5
# Bump this number to invalidate the GH actions cache
6
- cache-version: 0
+ cache-version: 1
7
8
jobs:
9
run-tests-with-ubuntu:
0 commit comments