Skip to content

Commit

Permalink
set node memory in release action env (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Dec 14, 2023
1 parent a9662dd commit bf467d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:

- uses: tauri-apps/tauri-action@cb58ba3f65bd456ee564376585a8400bf0b71f47
env:
NODE_OPTIONS: "--max-old-space-size=4096"
ORT_LIB_LOCATION: ${{ github.workspace }}/lib/${{ matrix.target }}/onnxruntime
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE }}
Expand Down

0 comments on commit bf467d4

Please sign in to comment.