Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "GitHub Actions: Cache downloaded binaries" #1083

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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