Skip to content

Commit

Permalink
Merge pull request #1087 from bisq-network/revert-1081-ci_cache_downl…
Browse files Browse the repository at this point in the history
…oaded_binaries

Revert "GitHub Actions: Cache downloaded binaries"
  • Loading branch information
alvasw authored Aug 2, 2023
2 parents 8622462 + d8b1ccb commit 36349b0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,6 @@ jobs:
java-version: '17'
distribution: 'zulu'

- name: Cache Tor binary
uses: actions/cache@v3.3.1
env:
cache-name: cache-tor-binary
with:
path: |
network/tor/build/tor_binary
network/tor/build/generated/src/main/resources/tor.zip
network/tor-local-network/build/tor_binary
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/cache@v3.3.1
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/gradle-build-action@v2.7.0
with:
Expand Down

0 comments on commit 36349b0

Please sign in to comment.