瀏覽代碼

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

Jelmer Vernooij 4 年之前
父節點
當前提交
4123b08217
共有 1 個文件被更改,包括 4 次插入0 次删除
  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: