1
0
Fork 0
forked from lthn/blockchain

adds pip cache

This commit is contained in:
Snider 2024-03-21 20:08:27 +00:00
parent 7ea697ac0d
commit 4f4a142c63

View file

@ -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' }}