Skip to content

Commit

Permalink
remove uneeded caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 14, 2024
1 parent 708dc78 commit 5da468a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/take_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Cache cargo bin
uses: actions/cache@v2
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin-foo-${{ hashFiles('**/Cargo.lock') }}

- name: Cache cargo registry
uses: actions/cache@v2
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-foo-${{ hashFiles('**/Cargo.lock') }}

- name: Cache cargo index
uses: actions/cache@v2
with:
path: ~/.cargo/git
key: ${{ runner.os }}-cargo-git-foo-${{ hashFiles('**/Cargo.lock') }}

- name: Cache cargo build
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 5da468a

Please sign in to comment.