1
0
forked from GitHub/gf-core

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 uses: actions/download-artifact@master
with: with:
name: libpgf-ubuntu name: libpgf-ubuntu
- run: |
sudo mv lib/* /usr/local/lib/
sudo mv include/* /usr/local/include/
- name: Install cibuildwheel - name: Install cibuildwheel
run: | run: |