diff --git a/.github/workflows/deploy-cursed-graphics.yml b/.github/workflows/deploy-cursed-graphics.yml index cdd80b9..9b63356 100644 --- a/.github/workflows/deploy-cursed-graphics.yml +++ b/.github/workflows/deploy-cursed-graphics.yml @@ -20,11 +20,14 @@ jobs: - name: Checkout master uses: actions/checkout@v4 - - name: Ensure Cargo is installed + - name: Install Rust Toolchain uses: actions-rs/toolchain@v1 with: toolchain: stable + - name: Install worker-build + run: cargo install worker-build + - name: Build Edge Worker uses: cloudflare/wrangler-action@v3 with: