From 697026c4dae0ac630477da61dad31087be731ad5 Mon Sep 17 00:00:00 2001 From: Le Stagiaire <48404856+LeVraiStagiaire@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:13:47 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) 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