Skip to content

Commit

Permalink
Better cargo caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Nov 24, 2024
1 parent 216b96e commit c3ebd3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-cursed-graphics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
toolchain: stable

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

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

0 comments on commit c3ebd3e

Please sign in to comment.