Skip to content

Commit 7063ede

Browse files
committed
hmpf
1 parent 3054653 commit 7063ede

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
# Initial dependency installation
4040
bun install
4141
# Compile Rust stuff
42-
bun run lib
42+
#bun run lib
43+
cd lib/engine
44+
wasm-pack build --release --target bundler --scope derivean --out-dir ../../packages/@derivean/engine
45+
cd ../..
4346
# Ensure Rust libraries are installed
4447
bun install
4548

0 commit comments

Comments
 (0)