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