separate CI steps more clearly

Add more info to error reports
This commit is contained in:
OmarHatem 2024-12-10 14:06:56 +02:00
parent 5553d5c9cb
commit 35cf4a716f
3 changed files with 25 additions and 5 deletions

View file

@ -61,6 +61,14 @@ jobs:
sudo apt update
sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang
- name: Clone Repo
run: |
sudo mkdir -p /opt/android
sudo chown $USER /opt/android
cd /opt/android
git clone https://github.com/cake-tech/cake_wallet.git --branch ${{ env.BRANCH_NAME }}
- name: Cache Keystore
id: cache-keystore
uses: actions/cache@v3
@ -76,12 +84,9 @@ jobs:
- name: Execute Build and Setup Commands
run: |
sudo mkdir -p /opt/android
sudo chown $USER /opt/android
cd /opt/android
-y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install cargo-ndk
git clone https://github.com/cake-tech/cake_wallet.git --branch ${{ env.BRANCH_NAME }}
cd cake_wallet/scripts/android/
./install_ndk.sh
source ./app_env.sh cakewallet