File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - uses : bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
3333 with :
3434 bazelisk-cache : true
35- disk-cache : true
35+ disk-cache : ${{ github.workflow }}
3636 repository-cache : true
3737 bazelrc : |
3838 # Print all the options that apply to the build.
Original file line number Diff line number Diff line change 2424 - uses : bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
2525 with :
2626 bazelisk-cache : true
27- disk-cache : true
27+ disk-cache : ${{ github.workflow }}
2828 repository-cache : true
2929 bazelrc : |
3030 # Print all the options that apply to the build.
Original file line number Diff line number Diff line change 3636 - uses : bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0
3737 with :
3838 bazelisk-cache : true
39- disk-cache : true
39+ disk-cache : ${{ github.workflow }}
4040 repository-cache : true
4141 - run : pnpm install
4242 - run : pnpm run build
You can’t perform that action at this time.
0 commit comments