File tree 4 files changed +13
-41
lines changed
4 files changed +13
-41
lines changed Original file line number Diff line number Diff line change
1
+ 6.4.0
Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
24
- - name : Install bazel
25
- run : tools/install_deps.sh
24
+ - name : Mount bazel cache
25
+ uses : actions/cache@v3
26
+ with :
27
+ path : " ~/.cache/bazel"
28
+ key : bazel
26
29
27
30
- name : Run tests
28
31
run : tools/run_tests.sh
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ with [Bazel](https://bazel.build).
17
17
Setup
18
18
-----
19
19
20
+ Make sure Bazel is installed on your system. See the [ Bazel
21
+ documentation] ( https://docs.bazel.build/versions/master/install.html ) for
22
+ platform-specific instructions. We recommend using [ Bazelisk] (
23
+ https://bazel.build/install/bazelisk.html ) to ensure you are using a supported
24
+ version.
25
+
20
26
To use the Dart rules, add the following to your ` WORKSPACE ` file to add the
21
27
external repositories for the Dart toolchain:
22
28
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments