Skip to content

Commit

Permalink
Retire custom toolchain for rustdocs build (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff authored Apr 16, 2024
1 parent 24d0b8a commit a8e1e57
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/rustdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix-doc-build

# So github actions runner can publish the built docs to the gh-pages branch
permissions:
Expand All @@ -23,14 +24,6 @@ jobs:
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
override: true

- name: Build rustdocs
uses: actions-rs/cargo@v1
env:
Expand Down

0 comments on commit a8e1e57

Please sign in to comment.