mirror of
https://github.com/python-LimeReport/pyside.git
synced 2024-12-23 14:43:00 +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:
|
||||
matrix:
|
||||
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]
|
||||
container:
|
||||
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user