From b938a9fc83cd421faa96a19fd11fb2e24e855704 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Wed, 18 Jan 2023 07:14:57 -0500 Subject: [PATCH] update CI --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7479c45b..0c1b3e096 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - - run: cp jni/deltachat-core-rust/rust-toolchain . - uses: actions-rs/toolchain@v1 - uses: Swatinem/rust-cache@v1 with: