diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2aecd6d..2fa0ca8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: - name: Setup Environment run: | rustup update stable + rustup toolchain install nightly rustup target add wasm32-unknown-unknown - name: Build for wasm # Check if the library target compiles. This will still allow for using