mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-24 04:32:45 +03:00
ci(macos): add libpq build caching
This commit is contained in:
parent
310bc75532
commit
65626ec565
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
@ -160,6 +160,12 @@ jobs:
|
|||
- name: Checkout repos
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache libpq build
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /tmp/libpq.build
|
||||
key: libpq-${{ env.LIBPQ_VERSION }}-macos-${{ matrix.arch }}
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.22.0
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user