Skip to content

Commit

Permalink
chore(build): Cache cargo target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AllexVeldman committed May 17, 2024
1 parent 8502329 commit 7593e91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 7593e91

Please sign in to comment.