Skip to content

Commit 3ad65cf

Browse files
committed
ci: remove target arguments for yarn build
1 parent 1d99426 commit 3ad65cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
build: |-
3636
set -e &&
3737
rustup target add x86_64-unknown-linux-gnu &&
38-
yarn build --target x86_64-unknown-linux-gnu --zig --zig-abi-suffix 2.12 &&
38+
yarn build &&
3939
llvm-strip -x *.node
4040
- host: macos-latest
4141
target: aarch64-apple-darwin
@@ -45,7 +45,7 @@ jobs:
4545
export CXX=$(xcrun -f clang++);
4646
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
4747
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
48-
yarn build --target aarch64-apple-darwin
48+
yarn build
4949
strip -x *.node
5050
name: stable - ${{ matrix.settings.target }} - node@16
5151
runs-on: ${{ matrix.settings.host }}

0 commit comments

Comments
 (0)