mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
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:
1
.github/workflows/upload-docs.yml
vendored
1
.github/workflows/upload-docs.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/upload-ffi-docs.yml
vendored
1
.github/workflows/upload-ffi-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user