-
-
Notifications
You must be signed in to change notification settings - Fork 918
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into hideNonFlightmode
- Loading branch information
Showing
38 changed files
with
527 additions
and
245 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 |
---|---|---|
|
@@ -78,6 +78,13 @@ jobs: | |
with: | ||
node-version-file: '.nvmrc' | ||
|
||
- name: Install macos dependencies | ||
run: | | ||
sudo -H pip install setuptools packaging | ||
sudo npm install -g [email protected] node-gyp@10 macos-alias | ||
yarn --network-timeout 1000000 | ||
if: ${{ matrix.name == 'macOs' }} | ||
|
||
- name: Install Java JDK 8 | ||
uses: actions/setup-java@v3 | ||
if: ${{ matrix.name == 'Android' }} | ||
|
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
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
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
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
Oops, something went wrong.