0
0
mirror of https://github.com/python-LimeReport/pyside.git synced 2024-12-23 22:53:01 +03:00
This commit is contained in:
Maxim Slipenko 2023-08-26 18:37:12 +03:00
parent b82edc987d
commit d8f66d4139

View File

@ -9,9 +9,11 @@ jobs:
strategy: strategy:
matrix: matrix:
image: [manylinux_2_28] image: [manylinux_2_28]
qt: [6.4.2, 5.15.2] qt: [6.4.2]
# qt: [6.4.2, 5.15.2]
arch: [x86_64] arch: [x86_64]
container: container:
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }} image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
steps: steps:
- uses: actions/checkout@v3
- run: ./build.sh - run: ./build.sh