another attempt at ubuntu on wheels

This commit is contained in:
Krasimir Angelov
2023-01-25 11:43:14 +01:00
parent 73a6fa1b08
commit 8363cf6143

View File

@@ -69,6 +69,9 @@ jobs:
uses: actions/download-artifact@master
with:
name: libpgf-ubuntu
- run: |
sudo mv lib/* /usr/local/lib/
sudo mv include/* /usr/local/include/
- name: Install cibuildwheel
run: |