There was an error while loading. Please reload this page.
2 parents a926b52 + 9f601c0 commit 4bf9a22Copy full SHA for 4bf9a22
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build
36
shell: bash
37
run: |
38
- if [ "${{ matrix.os }}" == "macos-*" ]; then
+ if [ -n "${{ matrix.mac_arch }}" ]; then
39
if [ "${{ matrix.mac_arch }}" == "arm64" ]; then
40
npm run build:mac:arm64
41
else
@@ -45,6 +45,7 @@ jobs:
45
npm run build
46
fi
47
env:
48
+ NODE_OPTIONS: --max-old-space-size=4096
49
MAC_ARCH_TYPE: ${{ matrix.mac_arch == 'arm64' && 'AppleSilicon' || 'Intel' }}
50
APPLE_ID: ${{ secrets.APPLE_ID }}
51
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
0 commit comments