Skip to content

Commit

Permalink
adds cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Apr 9, 2023
1 parent 0f44e2e commit 8d96111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Install Target
run: rustup target add ${{ matrix.target }}

- name: Retrieve Mix Dependencies Cache
- name: Retrieve Cargo Build Cache
uses: actions/cache@v3.0.10
id: ${{ matrix.target }}-cache
id: cargo-cache
with:
path: target
key: ${{ matrix.build }}-${{ matrix.target }}-${{ matrix.os}}-cache-${{ hashFiles('Cargo.lock') }}
Expand Down

0 comments on commit 8d96111

Please sign in to comment.