potential fix

OmarHatem committed Jul 8, 2024 at 16:07 UTC ff400e85e075bb8adf9c9fb4657fe5be91cf8dc6
1 file changed +5 -2
.github/workflows/cache_dependencies.yml
+5 -2
@@ -30,10 +30,13 @@ jobs:
30 sudo mkdir -p /opt/android
31 sudo chown $USER /opt/android
32 cd /opt/android
33 + -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
34 + cargo install cargo-ndk
35 git clone https://github.com/cake-tech/cake_wallet.git --branch main
36 cd cake_wallet/scripts/android/
37 ./install_ndk.sh
38 source ./app_env.sh cakewallet
39 + chmod +x pubspec_gen.sh
40 ./app_config.sh
41
42 - name: Cache Externals
@@ -41,6 +44,7 @@ jobs:
44 uses: actions/cache@v3
45 with:
46 path: |
47 + /opt/android/cake_wallet/cw_haven/android/.cxx
48 /opt/android/cake_wallet/scripts/monero_c/release
49 key: ${{ hashFiles('**/prepare_moneroc.sh' ,'**/build_monero_all.sh') }}
50
@@ -49,5 +53,4 @@ jobs:
53 run: |
54 cd /opt/android/cake_wallet/scripts/android/
55 source ./app_env.sh cakewallet
52 - ./build_all.sh
53 - ./copy_monero_deps.sh
56 + ./build_monero_all.sh