Skip to content

Commit

Permalink
Change how caching works
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Nov 24, 2024
1 parent c3ebd3e commit 1659a6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-cursed-graphics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
with:
toolchain: stable

- name: Enable Rust Caching
uses: Swatinem/rust-cache@v2

- name: Install worker-build
uses: dtolnay/install@master
with:
crate: worker-build
run: cargo install worker-build

- name: Build Edge Worker
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit 1659a6c

Please sign in to comment.