forked from KomodoPlatform/komodo-wallet
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into add_coins
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 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 |
---|---|---|
|
@@ -57,16 +57,17 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha }} | ||
submodules: 'true' | ||
|
||
|
||
- uses: actions/setup-python@v2 | ||
- name: Setup Python | ||
uses: actions/setup-python@v3 | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.9' | ||
|
||
- name: Install QT (Linux) | ||
if: runner.os == 'Linux' | ||
uses: KomodoPlatform/[email protected] | ||
with: | ||
version: ${{ matrix.qt }} | ||
setup-python: 'false' | ||
host: 'linux' | ||
target: 'desktop' | ||
dir: '${{ github.workspace }}' | ||
|
@@ -79,6 +80,7 @@ jobs: | |
uses: KomodoPlatform/[email protected] | ||
with: | ||
version: ${{ matrix.qt }} | ||
setup-python: 'false' | ||
host: 'mac' | ||
target: 'desktop' | ||
dir: '${{ github.workspace }}' | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,12 @@ brew update | |
brew tap-new $USER/local-nim | ||
brew extract --version=1.4.8 nim $USER/local-nim | ||
|
||
brew unlink libtool | ||
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/0fbd6e24c4122e18ade1ec6c5916cb21de14f352/Formula/libtool.rb | ||
brew install libtool.rb | ||
|
||
brew install autoconf \ | ||
automake \ | ||
libtool \ | ||
pkgconfig \ | ||
wget \ | ||
[email protected] \ | ||
|