Skip to content

Commit

Permalink
initial cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 1, 2024
1 parent 9a08ad8 commit 522d30c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/xmruw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "CI mrcyjanek.net"
./apply_patches.sh ${{ matrix.coin }}
- uses: actions/cache@v4
with:
path: |
${{ matrix.coin }}/contrib/depends/work/aarch64-linux-android
${{ matrix.coin }}/contrib/depends/sources
${{ matrix.coin }}/contrib/depends/built
key: aarch64-linux-android-${{ matrix.coin }}-${{ runner.os }}-${{ hashFiles('${{ matrix.coin }}/contrib/depends/*/*.mk') }}
- name: ${{ matrix.coin }}/aarch64-linux-android
run: ./build_single.sh ${{ matrix.coin }} aarch64-linux-android -j$(nproc)
- name: clone xmruw
Expand Down Expand Up @@ -53,5 +60,5 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: xmruw apk
name: ${{ matrix.coin }} xmruw apk
path: unnamed_monero_wallet/build/app/outputs/flutter-apk/*.apk

0 comments on commit 522d30c

Please sign in to comment.