We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776067c commit 7af8097Copy full SHA for 7af8097
.github/workflows/build.yml
@@ -37,6 +37,11 @@ jobs:
37
sudo apt-get update
38
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
39
40
+ - name: Install system dependencies (macOS only)
41
+ if: startsWith(matrix.platform, 'macos')
42
+ run: |
43
+ brew install create-dmg
44
+
45
- name: Setup Node.js
46
uses: actions/setup-node@v4
47
with:
0 commit comments