forked from lthn/blockchain
adds pip cache
This commit is contained in:
parent
7ea697ac0d
commit
4f4a142c63
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cli-testnet.yml
vendored
1
.github/workflows/cli-testnet.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
cache: "pip"
|
||||
- name: Install autotools on macOS
|
||||
run: brew install automake
|
||||
if: ${{ matrix.os == 'macos-13' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue