Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 committed Jan 15, 2025
1 parent 0bf742a commit d52e087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr_test_build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ jobs:
./build_mwebd.sh --dont-install
popd
- name: Build Decred
run: |
set -x -e
Expand Down
2 changes: 1 addition & 1 deletion scripts/android/build_decred.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

. ./config.sh
CW_DECRED_DIR=${WORKDIR}/cake_wallet/cw_decred
CW_DECRED_DIR=cw_decred/
LIBWALLET_PATH="${WORKDIR}/decred/libwallet"
LIBWALLET_URL="https://github.com/decred/libwallet.git"
LIBWALLET_VERSION="v2.0.0"
Expand Down

0 comments on commit d52e087

Please sign in to comment.