mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Fixed setheapsize to not run on windows
This commit is contained in:
parent
bc3640ac86
commit
c6a362fc5f
1 changed files with 5 additions and 0 deletions
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`
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Build the app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue