mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 19:13:03 +02:00
fix: Remove copied Fedora-specific workflow step
This commit is contained in:
parent
3fc03c9cd7
commit
5a2288fe06
1 changed files with 0 additions and 12 deletions
|
@ -50,18 +50,6 @@ jobs:
|
|||
restore-keys: |
|
||||
cargo-debian${{ steps.debian_version.outputs.version }}-
|
||||
|
||||
- name: Cache Rust build dependencies
|
||||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/rpmbuild/BUILD/*/target/release/deps
|
||||
~/rpmbuild/BUILD/*/target/release/build
|
||||
~/rpmbuild/BUILD/*/target/release/.fingerprint
|
||||
~/rpmbuild/BUILD/*/target/release/incremental
|
||||
key: rust-deps-debian${{ steps.debian_version.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
rust-deps-debian${{ steps.debian_version.outputs.version }}-
|
||||
|
||||
- name: Setup sccache
|
||||
uses: https://git.tomfos.tr/tom/sccache-action@v1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue