Skip to content

Commit 81bba69

Browse files
authored
we stopped building mdbook from source (#2614)
Should of been part of 922655f as we no longer need a rust toolchain to compile mdbook
1 parent 5c9f516 commit 81bba69

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/bindgen.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/deploy-book.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
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

0 commit comments

Comments
 (0)