We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51e7f commit 48f2385Copy full SHA for 48f2385
.github/workflows/CI.yaml
@@ -32,8 +32,8 @@ jobs:
32
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
33
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
34
pnpm build --target aarch64-apple-darwin
35
- strip -x aarch64-apple-darwin/*.node
36
- mv aarch64-apple-darwin/*.node .
+ strip -x *.node
+ mv *.node .
37
name: stable - ${{ matrix.settings.target }} - node@16
38
runs-on: ${{ matrix.settings.host }}
39
0 commit comments