File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
name : " Linux Clang6"
8
8
runs-on : ubuntu-18.04
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2
11
11
- run : ./.travis/linux/run-container.sh 6
12
12
13
13
linux_clang8 :
14
14
name : " Linux Clang8"
15
15
runs-on : ubuntu-18.04
16
16
steps :
17
- - uses : actions/checkout@v1
17
+ - uses : actions/checkout@v2
18
18
- run : ./.travis/linux/run-container.sh 8
19
19
20
20
android :
21
21
name : " Android"
22
22
runs-on : ubuntu-18.04
23
23
steps :
24
- - uses : actions/checkout@v1
24
+ - uses : actions/checkout@v2
25
25
- run : ./.travis/android/run-container.sh
26
26
27
27
macos :
28
28
name : " macOS"
29
29
runs-on : macOS-10.14
30
30
steps :
31
- - uses : actions/checkout@v1
31
+ - uses : actions/checkout@v2
32
32
- run : ./.travis/macos/install-dependencies.sh
33
33
- run : ./.travis/macos/build.sh
34
34
You can’t perform that action at this time.
0 commit comments