mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
correct monero build script
This commit is contained in:
parent
29e4eadd3a
commit
226720e73a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Build Monero
|
||||
run: |
|
||||
cd crypto_plugins/flutter_libmonero/scripts/linux/
|
||||
./build_all.sh
|
||||
./build_monero_all.sh
|
||||
- name: Build Epic Cash
|
||||
run: |
|
||||
cd crypto_plugins/flutter_libepiccash/scripts/linux/
|
||||
|
|
Loading…
Reference in a new issue