Skip to content

Commit 97d8891

Browse files
committed
Add missing envs
1 parent cccf993 commit 97d8891

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/manylinux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,17 @@ jobs:
4848
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
PY_ABI: ${{ matrix.python-abi }}
5050
MANYLINUX_IMAGE: ${{ matrix.image }}
51+
LIBXML2_VERSION: ${{ env.LIBXML2_VERSION }}
52+
LIBXSLT_VERSION: ${{ env.LIBXSLT_VERSION }}
5153
run: |
5254
set -euxo pipefail
5355
docker run --rm \
5456
-v "$PWD:$PWD" \
5557
-w "$PWD" \
5658
-e GH_TOKEN \
5759
-e PYXMLSEC_STATIC_DEPS \
58-
-e PYXMLSEC_LIBXML2_VERSION \
59-
-e PYXMLSEC_LIBXSLT_VERSION \
60+
-e LIBXML2_VERSION \
61+
-e LIBXSLT_VERSION \
6062
-e PY_ABI \
6163
-e MANYLINUX_IMAGE \
6264
-e HOST_UID="$(id -u)" \

0 commit comments

Comments
 (0)