mirror of
https://github.com/python-LimeReport/pyside.git
synced 2024-12-23 22:53:01 +03:00
try fix
This commit is contained in:
parent
b82edc987d
commit
d8f66d4139
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user