Răsfoiți Sursa

gha: fix linux wheel building for python 3.9

Ruslan Kuprieiev 4 ani în urmă
părinte
comite
a9f40c7bd4
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      .github/workflows/pythonpublish.yml

+ 4 - 0
.github/workflows/pythonpublish.yml

@@ -45,6 +45,10 @@ jobs:
       if: "matrix.os != 'ubuntu-latest'"
     - name: Build and publish (Linux)
       uses: RalfG/python-wheels-manylinux-build@v0.3.1
+      env:
+        # Temporary fix for LD_LIBRARY_PATH issue. See
+        # https://github.com/RalfG/python-wheels-manylinux-build/issues/26
+        LD_LIBRARY_PATH: /usr/local/lib:${{ env.LD_LIBRARY_PATH }}
       if: "matrix.os == 'ubuntu-latest'"
     - name: Publish (Linux)
       env: