diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1de72c2..ffd8664 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,6 @@ jobs: uses: actions/setup-node@v4.0.2 with: node-version: 20.15.0 - - name: Install dependencies - run: npm install - name: Electron Forge Action uses: yinxulai/actions-electron-forge@0.05