Skip to content

Commit

Permalink
Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jan 24, 2025
1 parent 08029fb commit a1956d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ jobs:
rustup default nightly
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: ${{ matrix.target }}-${{ matrix.runner }}
workspaces: |
. -> target
./lead -> target
./lead_docs -> target
./lead_docs_cli -> target
./leadman -> target
- name: Install Deps
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit a1956d1

Please sign in to comment.