From d32f2e15fc36335c0070e0833bfc43a0a51613c8 Mon Sep 17 00:00:00 2001 From: colinfruit <17092461+colinfruit@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:21:59 -0400 Subject: [PATCH] specify correct target --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7a44bcc..6af92ad 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: target: x86_64-apple-darwin architecture: x64 build: | - yarn build + yarn build --target=x86_64-apple-darwin strip -x *.node - host: ubuntu-latest target: x86_64-unknown-linux-gnu