fix(monorepo/server): stop installing dependencies from build-electron

pull/1738/head
Elian Doran 2025-04-19 21:37:28 +07:00
parent 371234af47
commit 2a5766312d
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

@ -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