Skip to content

Commit

Permalink
Just clone Karbo repo in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 13, 2024
1 parent ca1e535 commit 25407bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
release_name="Karbo-wallet-macOS-$krb_ver"
app_name="KarbowanecWallet.app"
lang_folder="/Contents/Resources/languages"
rm -rf cryptonote
git clone https://github.com/Karbovanets/karbo.git cryptonote
mkdir -p "$build_folder"
cd "$build_folder"
cmake -D ARCH=default -D CMAKE_C_FLAGS="-mmacosx-version-min=10.12" -D CMAKE_CXX_FLAGS="-mmacosx-version-min=10.12" -D CMAKE_BUILD_TYPE=Release ../..
Expand Down

0 comments on commit 25407bb

Please sign in to comment.