Skip to content

Commit

Permalink
GitHub Actions: Cache Electrum binary
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 2, 2023
1 parent a646f78 commit 505be76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
network/tor-local-network/build/generated/src/main/resources/tor.zip
key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('network/tor/build.gradle') }}

- name: Cache Electrum binary
uses: actions/[email protected]
env:
cache-name: cache-electrum-binary
with:
path: |
wallets/electrum/build/electrum_binaries
wallets/electrum/build/generated/src/main/resources/electrum-binaries.zip
key: ${{ matrix.os }}-build-${{ env.cache-name }}-${{ hashFiles('wallets/electrum/build.gradle') }}

- name: Gradle Build Action (root)
uses: gradle/[email protected]
with:
Expand Down

0 comments on commit 505be76

Please sign in to comment.