Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
ci: Remove target cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Mar 16, 2021
1 parent 4bc80f2 commit 7e8b8fc
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ jobs:
key: cargo-${{ matrix.os }}-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}
restore-keys: cargo-${{ matrix.os }}-${{ matrix.rust }}

- name: Target Cache
uses: actions/cache@v2.1.4
with:
path: ./target
key: target-${{ matrix.os }}-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}-${{ hashFiles('**/*.rs') }}
restore-keys: |
target-${{ matrix.os }}-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}
target-${{ matrix.os }}-${{ matrix.rust }}
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -99,15 +90,6 @@ jobs:
key: cargo-ubuntu-latest-stable-${{ hashFiles('**/Cargo.toml') }}
restore-keys: cargo-ubuntu-latest-stable

- name: Target Cache
uses: actions/cache@v2.1.4
with:
path: ./target
key: target-ubuntu-latest-stable-${{ hashFiles('**/Cargo.toml') }}-${{ hashFiles('**/*.rs') }}
restore-keys: |
target-ubuntu-latest-stable-${{ hashFiles('**/Cargo.toml') }}
target-ubuntu-latest-stable
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -141,15 +123,6 @@ jobs:
key: cargo-ubuntu-latest-stable-${{ hashFiles('**/Cargo.toml') }}
restore-keys: cargo-ubuntu-latest-stable

- name: Target Cache
uses: actions/cache@v2.1.4
with:
path: ./target
key: target-ubuntu-latest-stable-${{ hashFiles('**/Cargo.toml') }}-${{ hashFiles('**/*.rs') }}
restore-keys: |
target-ubuntu-latest-stable-${{ hashFiles('**/Cargo.toml') }}
target-ubuntu-latest-stable
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 7e8b8fc

Please sign in to comment.