Skip to content

Commit

Permalink
Merge pull request #530 from alvasw/remove_unused_ids_github_actions_…
Browse files Browse the repository at this point in the history
…build_yml

GitHub Actions: Remove unused ids from build.yml
  • Loading branch information
alvasw authored Oct 29, 2022
2 parents ab885fa + 981af64 commit fcf1868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,19 @@ jobs:
uses: actions/[email protected]

- name: Cache Bitcoin Core
id: cache-bitcoin-core
uses: actions/cache@v3
with:
path: tools/bitcoin-core
key: ${{ runner.os }}-bitcoin-core-${{ env.bitcoin-core-version }}

- name: Cache ElectrumX
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest' }}
id: cache-electrumx
uses: actions/cache@v3
with:
path: tools/electrumx
key: ${{ runner.os }}-electrumx-${{ env.electrumx-version }}

- name: Cache Elements Core
id: cache-elements-core
uses: actions/cache@v3
with:
path: tools/elements-core
Expand Down

0 comments on commit fcf1868

Please sign in to comment.