Forráskód Böngészése

Merge branch 'fix-3.9-wheels' of git://github.com/efiop/dulwich

Jelmer Vernooij 4 éve
szülő
commit
4123b08217
1 módosított fájl, 4 hozzáadás és 0 törlés
  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: