use rust toolchain of deltachat-core-rust

This commit is contained in:
missytake
2022-03-06 13:28:06 +01:00
parent b436c2761a
commit 3ce7f45503
2 changed files with 6 additions and 4 deletions

View File

@@ -13,10 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the site in the jekyll/builder container
- uses: actions-rs/toolchain@v1
- name: Build the documentation with cargo
run: |
cargo doc --package deltachat --no-deps
- name: Upload
- name: Upload to rs.delta.chat
uses: up9cloud/action-rsync@v1.3
env:
USER: ${{ secrets.USERNAME }}

View File

@@ -13,10 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the site in the jekyll/builder container
- uses: actions-rs/toolchain@v1
- name: Build the documentation with cargo
run: |
cargo doc --package deltachat_ffi --no-deps
- name: Upload
- name: Upload to cffi.delta.chat
uses: up9cloud/action-rsync@v1.3
env:
USER: ${{ secrets.USERNAME }}