Skip to content

Commit

Permalink
we stopped building mdbook from source (#2614)
Browse files Browse the repository at this point in the history
Should of been part of 922655f as we no longer need a rust toolchain to compile mdbook
  • Loading branch information
tshepang committed Sep 5, 2023
1 parent 5c9f516 commit 81bba69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

# NOTE(emilio): Change deploy-book as well if you change this.
- name: Test book
run: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
with:
persist-credentials: false

- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Test book
run: |
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
Expand Down

0 comments on commit 81bba69

Please sign in to comment.