File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -237,13 +237,6 @@ jobs:
237
237
steps :
238
238
- uses : actions/checkout@v3
239
239
240
- - name : Install stable
241
- uses : actions-rs/toolchain@v1
242
- with :
243
- profile : minimal
244
- toolchain : stable
245
- override : true
246
-
247
240
# NOTE(emilio): Change deploy-book as well if you change this.
248
241
- name : Test book
249
242
run : |
Original file line number Diff line number Diff line change 13
13
with :
14
14
persist-credentials : false
15
15
16
- - name : Install stable
17
- uses : actions-rs/toolchain@v1
18
- with :
19
- profile : minimal
20
- toolchain : stable
21
- override : true
22
-
23
16
- name : Test book
24
17
run : |
25
18
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar xz
You can’t perform that action at this time.
0 commit comments