From ed0dc69d0036707fee5dfed44f79cc856f652506 Mon Sep 17 00:00:00 2001 From: James Ross Date: Sun, 22 Dec 2024 17:16:25 +0000 Subject: [PATCH] chore: add rust workflow to deploy action --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1c1dcfd..ac65a71 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,8 +20,14 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' + - uses: dtolnay/rust-toolchain@stable + - uses: jetli/wasm-pack-action@v0.4.0 + with: + version: latest + - uses: Swatinem/rust-cache@v2 - run: npm ci + - run: npm run build - name: Publish uses: cloudflare/wrangler-action@v3.13.0