Skip to content

Commit

Permalink
docs-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Apr 22, 2024
1 parent 0662416 commit 4510cb1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
- uses: esp-rs/xtensa-toolchain@v1.5
with:
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,riscv32imafc-unknown-none-elf
toolchain: nightly
components: rust-src
default: true
ldproxy: false
- uses: Swatinem/rust-cache@v2

- name: install docs-rs
run: cargo install cargo-docs-rs
- name: docs-rs
Expand Down

0 comments on commit 4510cb1

Please sign in to comment.