diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2baa62f0a..781845df6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,11 +40,7 @@ jobs: - name: Run the build uses: ./.github/actions/build with: - os: ${{ matrix.os.name }} - - name: Install dependencies - run: npm ci - - name: Update build info - run: npm run update-build-info + os: ${{ matrix.os.name }} - name: Run electron-forge run: npm run make-electron -- --arch=${{ matrix.arch }} - name: Prepare artifacts (Unix) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index df885261b..19112040c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -37,11 +37,7 @@ jobs: - name: Run the build uses: ./.github/actions/build with: - os: ${{ matrix.os.name }} - - name: Install dependencies - run: npm ci - - name: Update build info - run: npm run update-build-info + os: ${{ matrix.os.name }} - name: Update nightly version run: npm run ci-update-nightly-version - name: Run electron-forge diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25e724e4a..c7fa7b834 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,11 +37,7 @@ jobs: - name: Run the build uses: ./.github/actions/build with: - os: ${{ matrix.os.name }} - - name: Install dependencies - run: npm ci - - name: Update build info - run: npm run update-build-info + os: ${{ matrix.os.name }} - name: Run electron-forge run: npm run make-electron -- --arch=${{ matrix.arch }} - name: Prepare artifacts (Unix)