File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ jobs:
23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
- uses : bazel-contrib/setup-bazel@0.8.5
26
- bazelisk-cache : true
27
- disk-cache : ${{ github.workflow }}
28
- repository-cache : true
29
- bazelisk-version : 1.x
26
+ with :
27
+ bazelisk-cache : true
28
+ disk-cache : ${{ github.workflow }}
29
+ repository-cache : true
30
+ bazelisk-version : 1.x
30
31
- name : Checkout submodules
31
32
run : git submodule update --init --recursive
32
33
- name : Install requirements
@@ -53,10 +54,11 @@ jobs:
53
54
steps :
54
55
- uses : actions/checkout@v2
55
56
- uses : bazel-contrib/setup-bazel@0.8.5
56
- bazelisk-cache : true
57
- disk-cache : ${{ github.workflow }}
58
- repository-cache : true
59
- bazelisk-version : 1.x
57
+ with :
58
+ bazelisk-cache : true
59
+ disk-cache : ${{ github.workflow }}
60
+ repository-cache : true
61
+ bazelisk-version : 1.x
60
62
- name : Checkout submodules
61
63
run : git submodule update --init --recursive
62
64
- name : Install requirements
@@ -79,10 +81,11 @@ jobs:
79
81
steps :
80
82
- uses : actions/checkout@v2
81
83
- uses : bazel-contrib/setup-bazel@0.8.5
82
- bazelisk-cache : true
83
- disk-cache : ${{ github.workflow }}
84
- repository-cache : true
85
- bazelisk-version : 1.x
84
+ with :
85
+ bazelisk-cache : true
86
+ disk-cache : ${{ github.workflow }}
87
+ repository-cache : true
88
+ bazelisk-version : 1.x
86
89
- name : Checkout submodules
87
90
run : git submodule update --init --recursive
88
91
- name : Install requirements
You can’t perform that action at this time.
0 commit comments