Skip to content

Commit ce80cbf

Browse files
committed
app: Use needed dmg-license when building for Mac
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
1 parent b0495db commit ce80cbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
run: |
8484
brew install python@3.11
8585
npm install -g node-gyp
86+
npm install -g dmg-license
87+
- name: Install dmg-license for app workspace
88+
run: |
89+
cd app && npm install dmg-license --save-dev --no-package-lock
8690
- name: Run tests
8791
run: npm run app:test:unit
8892
- name: Run tsc type checker

0 commit comments

Comments
 (0)