Skip to content

Commit

Permalink
Fix installer CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Sep 10, 2023
1 parent 76d87e8 commit 6979f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: 'npm'
cache-dependency-path: 'Electron/package-lock.json'
- run: npm ci
- run: npm run electron:build

0 comments on commit 6979f47

Please sign in to comment.