Skip to content

Commit

Permalink
ci(macos): expand nodejs memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 7, 2024
1 parent 63ec1ed commit 5e18e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
NIGHTLY: ${{ inputs.nightly == true && 'true' || 'false' }}
NODE_OPTIONS: "--max_old_space_size=4096"
with:
tagName: ${{ inputs.tag }}
releaseName: "Clash Nyanpasu Dev"
Expand All @@ -127,6 +128,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
NIGHTLY: ${{ inputs.nightly == true && 'true' || 'false' }}
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
${{ inputs.nightly == true && 'pnpm build:nightly --target aarch64-apple-darwin' || 'pnpm build --target aarch64-apple-darwin' }}
pnpm upload:osx-aarch64

0 comments on commit 5e18e2b

Please sign in to comment.