mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
remove shared-key
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -43,7 +43,6 @@ jobs:
|
||||
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
|
||||
with:
|
||||
save-if: false
|
||||
shared-key: ${{ runner.os }}-${{ env.RUST_VERSION }}
|
||||
add-rust-environment-hash-key: false
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt --all -- --check
|
||||
@@ -102,7 +101,6 @@ jobs:
|
||||
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
|
||||
with:
|
||||
save-if: false
|
||||
shared-key: ${{ runner.os }}-${{ env.RUST_VERSION }}
|
||||
add-rust-environment-hash-key: false
|
||||
- name: Rustdoc
|
||||
run: cargo doc --document-private-items --no-deps
|
||||
@@ -151,7 +149,6 @@ jobs:
|
||||
# Only save the cache from the main branch runs.
|
||||
# No need for PRs to write to the cache.
|
||||
##save-if: ${{ github.ref == 'refs/heads/main' }}
|
||||
shared-key: ${{ matrix.os }}-${{ matrix.rust }}
|
||||
|
||||
# Do not hash Cargo.lock.
|
||||
# We want the cache to be used later in PRs
|
||||
@@ -196,7 +193,6 @@ jobs:
|
||||
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
|
||||
with:
|
||||
save-if: false
|
||||
shared-key: ${{ matrix.os }}-${{ env.RUST_VERSION }}
|
||||
add-rust-environment-hash-key: false
|
||||
|
||||
- name: Build C library
|
||||
@@ -229,7 +225,6 @@ jobs:
|
||||
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
|
||||
with:
|
||||
save-if: false
|
||||
shared-key: ${{ runner.os }}-${{ env.RUST_VERSION }}
|
||||
add-rust-environment-hash-key: false
|
||||
|
||||
- name: Build deltachat-rpc-server
|
||||
|
||||
Reference in New Issue
Block a user