forked from Chia-Network/chia-blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,9 +93,6 @@ jobs: | |
. ./activate | ||
venv/bin/python -m pip install -r requirements-dev.txt | ||
- name: Setup kernel for react native, increase watchers | ||
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf | ||
|
||
- name: Setup Node 12.x | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -104,6 +101,7 @@ jobs: | |
- name: Build MacOS DMG in Catalina | ||
run: | | ||
. ./activate | ||
clang --version | ||
cd ./electron-react | ||
npm install | ||
npm audit fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters