Fixed setheapsize to not run on windows
This commit is contained in:
parent
bc3640ac86
commit
c6a362fc5f
5
.github/workflows/releases.yml
vendored
5
.github/workflows/releases.yml
vendored
@ -91,6 +91,11 @@ jobs:
|
|||||||
# Remove `&& yarn build` if you build your frontend in `beforeBuildCommand`
|
# Remove `&& yarn build` if you build your frontend in `beforeBuildCommand`
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
- name: Set heap size on macos and ubuntu
|
||||||
|
if: matrix.platform != 'windows-latest'
|
||||||
|
# Remove `&& yarn build` if you build your frontend in `beforeBuildCommand`
|
||||||
|
run: |
|
||||||
npm run setheapsize
|
npm run setheapsize
|
||||||
|
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user