ci: remove failing actions-rs/toolchain calls

It fails because there is no `rust-toolchain` file anymore.

ubuntu-latest already has cargo installed, there is no need
to reintall it.
This commit is contained in:
link2xt
2023-01-04 13:35:11 +00:00
parent 138e62e1ef
commit 37a212ddc4
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- name: Build the documentation with cargo
run: |
cargo doc --package deltachat --no-deps

View File

@@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- name: Build the documentation with cargo
run: |
cargo doc --package deltachat_ffi --no-deps