Skip to content

Commit 811438c

Browse files
committed
t
1 parent 4450fda commit 811438c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)