Skip to content

Commit

Permalink
Add key to Rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Aug 7, 2024
1 parent ed14187 commit f9cb78c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:

- name: Setup Cache
uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.target }}

- name: Build Binary
run: cargo build --verbose --locked --release --target ${{ matrix.target }} --jobs 1
Expand Down

0 comments on commit f9cb78c

Please sign in to comment.