Skip to content

Commit 340ed36

Browse files
committed
fix linux build workflow
1 parent 707185c commit 340ed36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
cache: 'npm'
4444

4545
- name: Install dependencies
46-
run: npm ci
46+
run: |
47+
npm ci
48+
npm install app-builder-bin@latest
4749
4850
- name: Fix app-builder permissions (Linux)
4951
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)