Skip to content

Commit

Permalink
chore: fix error [email protected] requires rustc 1.80.1 in build wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
limcheekin committed Sep 26, 2024
1 parent de17487 commit 605f3f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.80.1

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand All @@ -39,9 +39,6 @@ jobs:
cp ./dist/embedded/esm.bundled.js ../assets/wasm/surrealdb
cp ./dist/embedded/index_bg.wasm ../assets/wasm/surrealdb
- name: "Install NPM dependencies"
run: pnpm install

#- name: "Minify and compress JavaScript files"
# run: pnpm run package

Expand Down

0 comments on commit 605f3f1

Please sign in to comment.