We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0964bd0 commit 1fa5894Copy full SHA for 1fa5894
1 file changed
.github/workflows/desktop-arm64-portable.yml
@@ -54,6 +54,9 @@ jobs:
54
Write-Host "Version: $version"
55
Write-Host "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8
56
57
+ - name: Install all dependencies
58
+ run: bun install
59
+
60
- name: Prepare desktop package
61
working-directory: packages/desktop
62
shell: pwsh
0 commit comments