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