mirror of
https://github.com/python-LimeReport/pyside.git
synced 2025-12-16 18:49:53 +03:00
try fix
This commit is contained in:
6
.github/workflows/blank.yml
vendored
6
.github/workflows/blank.yml
vendored
@@ -3,8 +3,8 @@ name: Build
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build_wheels:
|
||||
name: Build wheels on ${{ matrix.image }} (Qt ${{ matrix.qt }} )
|
||||
build_linux:
|
||||
name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }} )
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -14,4 +14,4 @@ jobs:
|
||||
container:
|
||||
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
|
||||
steps:
|
||||
- run: echo test;
|
||||
- run: ./build.sh
|
||||
|
||||
Reference in New Issue
Block a user