From 9070a0b0b18d1efad88a7e428f2cd82f5fd41af2 Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Sat, 6 Jul 2024 14:33:09 +0200 Subject: [PATCH] fixed --- .gitea/workflows/build.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ca77a4f..687c55e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,11 @@ name: Build software run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: [push] + +env: + # Necessary for most environments as build failure can occur due to OOM issues + NODE_OPTIONS: "--max-old-space-size=4096" + jobs: prepare: strategy: @@ -11,12 +16,12 @@ jobs: - name: 'DMXConnect' platform: 'linux/amd64' os: 'ubuntu-latest' - - name: 'DMXConnect' - platform: 'windows/amd64' - os: 'windows-latest' - - name: 'DMXConnect' - platform: 'darwin/universal' - os: 'macos-latest' + # - name: 'DMXConnect' + # platform: 'windows/amd64' + # os: 'windows-latest' + # - name: 'DMXConnect' + # platform: 'darwin/universal' + # os: 'macos-latest' runs-on: ${{ matrix.build.os }} steps: