From da866c4631f1ea802b076bfa557cb42b98dc7214 Mon Sep 17 00:00:00 2001 From: Charles Taylor Date: Fri, 3 May 2024 14:35:05 -0400 Subject: [PATCH] Work --- .github/workflows/publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1814832..3dc8f60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,10 +22,12 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable + with: + toolchain: nightly + targets: wasm32-unknown-unknown + - name: Build Rust - run: | - cd wasm - cargo build + run: cargo build - name: Build JS run: |