File tree Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 37
37
RNP_TESTS : rnp_tests
38
38
env : ${{ matrix.env }}
39
39
steps :
40
- - uses : actions/checkout@v1
40
+ - run : |
41
+ yum -y install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
42
+ yum -y install git
43
+ - uses : actions/checkout@v2
44
+ with :
45
+ fetch-depth : 0
41
46
- name : Add rnpuser
42
47
run : |
43
48
useradd rnpuser
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
timeout-minutes : 20
18
18
steps :
19
- - uses : actions/checkout@v1
19
+ - uses : actions/checkout@v2
20
+ with :
21
+ fetch-depth : 0
20
22
- name : Setup environment
21
23
run : |
22
24
. ci/gha/setup-env.inc.sh
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
if : " !contains(github.event.head_commit.message, 'skip ci')"
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2
11
11
- uses : DoozyX/clang-format-lint-action@v0.5
12
12
with :
13
13
clangFormatVersion : 9
Original file line number Diff line number Diff line change 18
18
if : " !contains(github.event.head_commit.message, 'skip ci')"
19
19
timeout-minutes : 50
20
20
steps :
21
- - uses : actions/checkout@v1
21
+ - uses : actions/checkout@v2
22
+ with :
23
+ fetch-depth : 0
22
24
- name : Setup environment
23
25
run : |
24
26
. ci/gha/setup-env.inc.sh
Original file line number Diff line number Diff line change 18
18
if : " !contains(github.event.head_commit.message, 'skip ci')"
19
19
timeout-minutes : 50
20
20
steps :
21
- - uses : actions/checkout@v1
21
+ - uses : actions/checkout@v2
22
+ with :
23
+ fetch-depth : 0
22
24
- name : Setup environment
23
25
run : |
24
26
. ci/gha/setup-env.inc.sh
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Disable git eol translation
22
22
run : git config --global core.autocrlf false
23
- - uses : actions/checkout@v1
23
+ - uses : actions/checkout@v2
24
+ with :
25
+ fetch-depth : 0
24
26
- name : Add MSYS2 path
25
27
uses : MSP-Greg/msys2-action/add_paths@master
26
28
- name : Update MSYS2
You can’t perform that action at this time.
0 commit comments