forked from xdn-project/digitalnotewallet
-
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.
Setup Xcode version for Github Actions build to support older macOS (c…
…ryptonotefoundation#36) Fixes wallets crashing on older macOS versions with error Symbol not found: ____chkstk_darwin
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -114,6 +114,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@master | ||
|
||
- name: Setup Xcode | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '10' | ||
|
||
- name: Install Qt | ||
uses: jurplel/install-qt-action@v2 | ||
with: | ||
|
Submodule cryptonote
updated
2 files
+2 −1 | src/Checkpoints/CheckpointsData.h | |
+196 −116 | src/Rpc/RpcServer.cpp |