diff --git a/.github/workflows/build-desktop-release.yml b/.github/workflows/build-desktop-release.yml index 87dd93bfd4..374fc58c02 100644 --- a/.github/workflows/build-desktop-release.yml +++ b/.github/workflows/build-desktop-release.yml @@ -292,10 +292,6 @@ jobs: run: yarn install working-directory: ./static - - name: Fix Deps Electron app - run: yarn run postinstall - working-directory: ./static/node_modules/dugite/ - - name: Build/Release Electron app run: yarn electron:make working-directory: ./static @@ -361,10 +357,6 @@ jobs: run: yarn install working-directory: ./static - - name: Fix Deps Electron app - run: yarn run postinstall - working-directory: ./static/node_modules/dugite/ - - name: Build/Release Electron app run: yarn electron:make-win-arm64 working-directory: ./static @@ -529,8 +521,8 @@ jobs: # **/node_modules # key: ${{ runner.os }}-node-modules - - name: Fetch deps and fix dugit arch for arm64 - run: yarn install --ignore-platform && yarn rebuild:all && cd node_modules/dugite && npm_config_arch=arm64 node script/download-git.js + - name: Fetch deps + run: yarn install --ignore-platform && yarn rebuild:all working-directory: ./static - name: Build/Release Electron App for arm64