mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
ci: Try to fix "Cannot find module 'appdmg'"
This commit is contained in:
parent
ee9ce5fadc
commit
4090386cc3
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Set up Python for appdmg to be installed
|
||||
if: ${{ matrix.os.name == 'macos' }}
|
||||
run: brew install python-setuptools
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Update build info
|
||||
|
Loading…
x
Reference in New Issue
Block a user