Skip to content

Commit b69b33a

Browse files
committed
Replacing -zig option with -x
1 parent 05acacc commit b69b33a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-js-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
build: |-
3333
set -e &&
3434
rustup target add x86_64-unknown-linux-gnu &&
35-
yarn build --target x86_64-unknown-linux-gnu --zig --zig-abi-suffix 2.12 &&
36-
llvm-strip -x polars/*.node
35+
yarn build -x --target x86_64-unknown-linux-gnu && llvm-strip -x polars/*.node
3736
3837
- host: ubuntu-latest
3938
architecture: x64

0 commit comments

Comments
 (0)