From 2a5766312d2ea29bbaf77e22e14d2f1fe15f3344 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 19 Apr 2025 21:37:28 +0300 Subject: [PATCH] fix(monorepo/server): stop installing dependencies from build-electron --- .github/actions/build-electron/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 96c92f72b..fca73fe9c 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -72,11 +72,6 @@ runs: FLATPAK_VERSION='24.08' flatpak install --user --no-deps --arch $FLATPAK_ARCH --assumeyes runtime/org.freedesktop.Platform/$FLATPAK_ARCH/$FLATPAK_VERSION runtime/org.freedesktop.Sdk/$FLATPAK_ARCH/$FLATPAK_VERSION org.electronjs.Electron2.BaseApp/$FLATPAK_ARCH/$FLATPAK_VERSION - # Build setup - - name: Install dependencies - shell: ${{ inputs.shell }} - run: npm i - - name: Update build info shell: ${{ inputs.shell }} run: npm run chore:update-build-info