From 1659a6cb3c2be0ec41926275b162283ef2ef8d1a Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 24 Nov 2024 14:00:26 -0500 Subject: [PATCH] Change how caching works --- .github/workflows/deploy-cursed-graphics.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-cursed-graphics.yml b/.github/workflows/deploy-cursed-graphics.yml index c7bf84b..e28fbf2 100644 --- a/.github/workflows/deploy-cursed-graphics.yml +++ b/.github/workflows/deploy-cursed-graphics.yml @@ -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