Skip to content

Commit 9a8b649

Browse files
committed
Update precompiled.yml
1 parent 7764ff1 commit 9a8b649

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/precompile.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Precompile library
15+
- name: Setup emscripten
16+
uses: ./.github/actions/setup-emscripten
1517
run: |
16-
git clone https://github.com/emscripten-core/emsdk.git
17-
cd emsdk
18-
./emsdk install latest
19-
./emsdk activate latest
20-
source ./emsdk_env.sh
21-
cd ../sqlite-wasm-rs
2218
rustup toolchain install 1.78.0
2319
rustup default 1.78.0
2420
rustup target add wasm32-unknown-unknown

0 commit comments

Comments
 (0)