9
9
runs-on : ubuntu-18.04
10
10
11
11
steps :
12
- - uses : actions-rs/ toolchain@v1
12
+ - uses : briansmith/ actions-rs- toolchain@v1
13
13
with :
14
14
toolchain : stable
15
15
profile : minimal
16
16
components : rustfmt
17
- - uses : actions/ checkout@v2
17
+ - uses : briansmith/actions- checkout@v2
18
18
with :
19
19
persist-credentials : false
20
20
- run : cargo fmt --all -- --check
@@ -23,13 +23,13 @@ jobs:
23
23
runs-on : ubuntu-18.04
24
24
25
25
steps :
26
- - uses : actions-rs/ toolchain@v1
26
+ - uses : briansmith/ actions-rs- toolchain@v1
27
27
with :
28
28
toolchain : stable
29
29
profile : minimal
30
30
components : clippy
31
31
32
- - uses : actions/ checkout@v2
32
+ - uses : briansmith/actions- checkout@v2
33
33
with :
34
34
persist-credentials : false
35
35
@@ -39,12 +39,12 @@ jobs:
39
39
runs-on : ubuntu-18.04
40
40
41
41
steps :
42
- - uses : actions-rs/ toolchain@v1
42
+ - uses : briansmith/ actions-rs- toolchain@v1
43
43
with :
44
44
toolchain : stable
45
45
profile : minimal
46
46
47
- - uses : actions/ cache@v2
47
+ - uses : briansmith/actions- cache@v2
48
48
with :
49
49
path : |
50
50
~/.cargo/bin/cargo-audit
54
54
55
55
- run : cargo install cargo-audit --vers "0.13.1"
56
56
57
- - uses : actions/ checkout@v2
57
+ - uses : briansmith/actions- checkout@v2
58
58
with :
59
59
persist-credentials : false
60
60
@@ -66,12 +66,12 @@ jobs:
66
66
runs-on : ubuntu-18.04
67
67
68
68
steps :
69
- - uses : actions-rs/ toolchain@v1
69
+ - uses : briansmith/ actions-rs- toolchain@v1
70
70
with :
71
71
toolchain : stable
72
72
profile : minimal
73
73
74
- - uses : actions/ cache@v2
74
+ - uses : briansmith/actions- cache@v2
75
75
with :
76
76
path : |
77
77
~/.cargo/bin/cargo-deny
81
81
82
82
- run : cargo install cargo-deny --vers "0.8.4"
83
83
84
- - uses : actions/ checkout@v2
84
+ - uses : briansmith/actions- checkout@v2
85
85
with :
86
86
persist-credentials : false
87
87
@@ -102,13 +102,13 @@ jobs:
102
102
- target : x86_64-unknown-linux-gnu
103
103
104
104
steps :
105
- - uses : actions-rs/ toolchain@v1
105
+ - uses : briansmith/ actions-rs- toolchain@v1
106
106
with :
107
107
override : true
108
108
target : ${{ matrix.target }}
109
109
toolchain : ${{ matrix.rust_channel }}
110
110
111
- - uses : actions/ checkout@v2
111
+ - uses : briansmith/actions- checkout@v2
112
112
with :
113
113
persist-credentials : false
114
114
@@ -145,11 +145,11 @@ jobs:
145
145
host_os : ubuntu-18.04
146
146
147
147
steps :
148
- - uses : actions/ checkout@v2
148
+ - uses : briansmith/actions- checkout@v2
149
149
with :
150
150
persist-credentials : false
151
151
152
- - uses : actions-rs/ toolchain@v1
152
+ - uses : briansmith/ actions-rs- toolchain@v1
153
153
with :
154
154
override : true
155
155
target : ${{ matrix.target }}
@@ -185,14 +185,14 @@ jobs:
185
185
- if : ${{ contains(matrix.host_os, 'ubuntu') }}
186
186
run : sudo apt-get update -y
187
187
188
- - uses : actions/ checkout@v2
188
+ - uses : briansmith/actions- checkout@v2
189
189
with :
190
190
persist-credentials : false
191
191
192
192
- if : ${{ !contains(matrix.host_os, 'windows') }}
193
193
run : RING_COVERAGE=1 mk/install-build-tools.sh --target=${{ matrix.target }} ${{ matrix.features }}
194
194
195
- - uses : actions-rs/ toolchain@v1
195
+ - uses : briansmith/ actions-rs- toolchain@v1
196
196
with :
197
197
override : true
198
198
target : ${{ matrix.target }}
@@ -205,7 +205,7 @@ jobs:
205
205
run : |
206
206
RING_COVERAGE=1 mk/cargo.sh +${{ matrix.rust_channel }} test -vv --target=${{ matrix.target }} ${{ matrix.cargo_options }} ${{ matrix.features }} ${{ matrix.mode }}
207
207
208
- - uses : codecov/ codecov-action@v1
208
+ - uses : briansmith/codecov- codecov-action@v1
209
209
with :
210
210
directory : ./target/${{ matrix.target }}/debug/coverage/reports
211
211
fail_ci_if_error : true
0 commit comments