diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 2d745a3c..7ccbbc55 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -110,7 +110,9 @@ jobs: cache: "npm" - name: Install dependencies - run: npm ci + run: | + npm ci --include=optional + npm rebuild - name: Build macOS DMG run: npm run build:mac-dmg @@ -154,7 +156,9 @@ jobs: cache: "npm" - name: Install dependencies - run: npm ci + run: | + npm ci --include=optional + npm rebuild - name: Check for Code Signing Certificates id: check_certs