We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707185c commit 340ed36Copy full SHA for 340ed36
1 file changed
.github/workflows/build-desktop.yml
@@ -43,7 +43,9 @@ jobs:
43
cache: 'npm'
44
45
- name: Install dependencies
46
- run: npm ci
+ run: |
47
+ npm ci
48
+ npm install app-builder-bin@latest
49
50
- name: Fix app-builder permissions (Linux)
51
if: runner.os == 'Linux'
0 commit comments