File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 VERBOSE=1
109109 CIBW_BEFORE_BUILD_LINUX : >
110110 rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
111- && yum install -y mesa-libGL libxslt llvm clang clang-devel libxkbcommon-devel libxkbfile-devel libxcb-xkb-dev
111+ && yum install -y mesa-libGL libxslt llvm clang clang-devel libxkbcommon-devel libxkbfile-devel
112112 && python3 -m pip install --user "aqtinstall!=3.2.1" auditwheel
113113 && python3 -m aqt install-qt linux desktop ${{ env.QT_VERSION }} --outputdir ${{ env.QT_BASE_DIR }} --base http://mirrors.ocf.berkeley.edu/qt/
114114 && python3 ./scripts/set-qt-constraint.py ${{ matrix.pyside_ver }}
@@ -183,7 +183,7 @@ jobs:
183183 mv dist dist-orig
184184 mkdir dist
185185 LD_LIBRARY_PATH=/work/env/lib/python3.12/site-packages/PySide6/ \
186- python ./scripts/custom-auditwheel.py repair -w dist --only-plat --plat manylinux_2_38_aarch64 ./dist-orig/PySide6_QtAds -*.whl
186+ python ./scripts/custom-auditwheel.py repair -w dist --only-plat --plat manylinux_2_38_aarch64 ./dist-orig/pyside6_qtads -*.whl
187187 EOF
188188 docker run --platform=linux/aarch64 --rm -v $PWD:/work -w /work mborgerson/pyside6qtads-ubuntu2404-aarch64 bash ./build.sh
189189 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments