Skip to content

Commit 605f3f1

Browse files
committed
chore: fix error [email protected] requires rustc 1.80.1 in build workflow
1 parent de17487 commit 605f3f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-wasm-js.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install rust toolchain
2525
uses: actions-rust-lang/setup-rust-toolchain@v1
2626
with:
27-
toolchain: 1.79.0
27+
toolchain: 1.80.1
2828

2929
- name: Install wasm-pack
3030
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -39,9 +39,6 @@ jobs:
3939
cp ./dist/embedded/esm.bundled.js ../assets/wasm/surrealdb
4040
cp ./dist/embedded/index_bg.wasm ../assets/wasm/surrealdb
4141
42-
- name: "Install NPM dependencies"
43-
run: pnpm install
44-
4542
#- name: "Minify and compress JavaScript files"
4643
# run: pnpm run package
4744

0 commit comments

Comments
 (0)