fix: fix build failure
This commit is contained in:
parent
11a4aea231
commit
482fb2f3c2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_app.yml
vendored
3
.github/workflows/build_app.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
env:
|
||||
# Necessary for most environments as build failure can occur due to OOM issues
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -57,5 +58,3 @@ jobs:
|
|||
release_name: Release ${{ github.ref }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue