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:
237237 steps :
238238 - uses : actions/checkout@v3
239239
240- - name : Install stable
241- uses : actions-rs/toolchain@v1
242- with :
243- profile : minimal
244- toolchain : stable
245- override : true
246-
247240 # NOTE(emilio): Change deploy-book as well if you change this.
248241 - name : Test book
249242 run : |
Original file line number Diff line number Diff line change 1313 with :
1414 persist-credentials : false
1515
16- - name : Install stable
17- uses : actions-rs/toolchain@v1
18- with :
19- profile : minimal
20- toolchain : stable
21- override : true
22-
2316 - name : Test book
2417 run : |
2518 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