mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
Try fix MacOS 12 Installer dependency appdmg
This commit is contained in:
parent
3fbeaf3dd3
commit
440a13854d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos_12_dmg.yml
vendored
2
.github/workflows/macos_12_dmg.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install Dependencies
|
||||
run: brew upgrade python-setuptools && npm i && npm i appdmg && npm i -D cli-truncate iconv-corefoundation
|
||||
run: brew upgrade python-setuptools && python3 -m pip install setuptools && npm install -g appdmg && npm i && npm i -D cli-truncate iconv-corefoundation
|
||||
|
||||
- name: Check lint
|
||||
run: npm run lint
|
||||
|
|
Loading…
Reference in a new issue