diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 8e77617f8..039c1336f 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -229,7 +229,7 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }} SECRET_DESKTOP_INSTALLATION_PROOF_KEY: ${{secrets.SECRET_DESKTOP_INSTALLATION_PROOF_KEY}} - + NODE_OPTIONS: "--max_old_space_size=4096" - name: (Macos) Run NX build on shinkai-desktop if: ${{ matrix.arch == 'aarch64-apple-darwin' }} run: npx nx build shinkai-desktop --config="./src-tauri/tauri.conf.development.json" --skip-nx-cache --debug @@ -244,7 +244,7 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }} SECRET_DESKTOP_INSTALLATION_PROOF_KEY: ${{secrets.SECRET_DESKTOP_INSTALLATION_PROOF_KEY}} - + NODE_OPTIONS: "--max_old_space_size=4096" - name: (Windows) Run NX build on shinkai-desktop if: ${{ matrix.arch == 'x86_64-pc-windows-msvc' }} run: npx nx build shinkai-desktop --config="./src-tauri/tauri.conf.development.json" --skip-nx-cache --debug @@ -256,7 +256,7 @@ jobs: # Windows Only CPAL_ASIO_DIR: ${{ github.workspace }}/asiosdk_2.3.3_2019-06-14 LIBCLANG_PATH: C:\Program Files\LLVM\bin - + NODE_OPTIONS: "--max_old_space_size=4096" - name: Prepare binary files id: prepare-files shell: bash diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index fdb6d8a94..1231f95bc 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -223,7 +223,7 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }} SECRET_DESKTOP_INSTALLATION_PROOF_KEY: ${{ secrets.SECRET_DESKTOP_INSTALLATION_PROOF_KEY }} - + NODE_OPTIONS: "--max_old_space_size=4096" - name: (Macos) Run NX build on shinkai-desktop if: ${{ matrix.arch == 'aarch64-apple-darwin' }} run: npx nx build shinkai-desktop --skip-nx-cache @@ -238,7 +238,7 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} VITE_POSTHOG_API_KEY: ${{ secrets.VITE_POSTHOG_API_KEY }} SECRET_DESKTOP_INSTALLATION_PROOF_KEY: ${{ secrets.SECRET_DESKTOP_INSTALLATION_PROOF_KEY }} - + NODE_OPTIONS: "--max_old_space_size=4096" - name: (Windows) Run NX build on shinkai-desktop if: ${{ matrix.arch == 'x86_64-pc-windows-msvc' }} run: npx nx build shinkai-desktop --skip-nx-cache @@ -250,7 +250,7 @@ jobs: # Windows Only CPAL_ASIO_DIR: ${{ github.workspace }}/asiosdk_2.3.3_2019-06-14 LIBCLANG_PATH: C:\Program Files\LLVM\bin - + NODE_OPTIONS: "--max_old_space_size=4096" - name: Prepare binary files id: prepare-files shell: bash