Skip to content

Commit 7c36b66

Browse files
committed
Remove explicit --arch argument
1 parent 6d4d02b commit 7c36b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prebuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
npm install --ignore-scripts
175175
. prebuild/macOS/preinstall.sh
176176
cp prebuild/macOS/binding.gyp binding.gyp
177-
node-gyp rebuild -j 2 --arch=${{ matrix.os.arch }}
177+
node-gyp rebuild -j 2
178178
. prebuild/macOS/bundle.sh
179179
180180
- name: Test binary

0 commit comments

Comments
 (0)