mirror of
https://github.com/python-LimeReport/pyside.git
synced 2024-12-23 22:53:01 +03:00
wip
This commit is contained in:
parent
16ed00e98b
commit
f27bfc448d
7
.github/workflows/blank.yml
vendored
7
.github/workflows/blank.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: python build.py
|
||||
run: /usr/local/bin/python3 build.py
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -48,7 +48,12 @@ jobs:
|
||||
python-version: '3.10'
|
||||
- name: Build
|
||||
run: python build.py
|
||||
|
||||
- name: Set QT_VERSION env variable
|
||||
run: echo "QT_VERSION=${{ matrix.qt }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: /output/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user