Skip to content

Commit cd6d66f

Browse files
author
Packit Build
committed
remove cache
Signed-off-by: Packit Build <packit@fedoraproject.org>
1 parent a2adf40 commit cd6d66f

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
container: fedora:latest
4141
steps:
4242
- uses: actions/checkout@v4
43-
- name: Cache
44-
uses: actions/cache@v3
45-
with:
46-
path: |
47-
~/.cargo/bin/
48-
~/.cargo/registry/index/
49-
~/.cargo/registry/cache/
50-
~/.cargo/git/db/
51-
target/
52-
key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.toml') }}
5343
- name: Install deps
5444
run: |
5545
dnf install -y make gcc git clippy cargo rust
@@ -77,16 +67,6 @@ jobs:
7767
persist-credentials: false
7868
- name: Fix git trust
7969
run: git config --global --add safe.directory /__w/greenboot-rs/greenboot-rs
80-
- name: Cache
81-
uses: actions/cache@v4
82-
with:
83-
path: |
84-
~/.cargo/bin/
85-
~/.cargo/registry/index/
86-
~/.cargo/registry/cache/
87-
~/.cargo/git/db/
88-
target/
89-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
9070
- name: Install cargo-llvm-cov
9171
run: cargo install cargo-llvm-cov
9272
- name: Build

0 commit comments

Comments
 (0)