Skip to content

Commit 9dd6a5a

Browse files
authored
Merge pull request #64 from gristlabs/paulfitz/dmg-license
add back dmg-license
2 parents cff6bdc + 09512d1 commit 9dd6a5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/package.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ jobs:
9696
npm_config_target_arch: ia32
9797
npm_config_fallback_to_build: true
9898

99+
# by not installing optional dependencies, we miss something
100+
# needed on macs
101+
- name: Add dmg-license if needed
102+
if: startsWith(matrix.os, 'macos')
103+
run: |
104+
yarn global add dmg-license
105+
FORCE_COLOR=0 yarn global bin >> "$GITHUB_PATH"
106+
echo "NODE_PATH=$(FORCE_COLOR=0 yarn global dir)/node_modules:$NODE_PATH" >> "$GITHUB_ENV"
107+
99108
- name: Hooks and crooks
100109
run: yarn run setup
101110
env:

0 commit comments

Comments
 (0)