mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 20:25:43 +08:00
Restored state as it was before install-qt-action#38
5.15.0 is removed for the time being
This commit is contained in:
parent
2c25b74158
commit
bae7c331ca
6
.github/workflows/build-cmake.yml
vendored
6
.github/workflows/build-cmake.yml
vendored
@ -7,8 +7,8 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
|
qt_version: [5.12.6, 5.13.2, 5.14.0]
|
||||||
platform: [ubuntu-latest, win64_msvc2019_64, macos-latest]
|
platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
@ -19,8 +19,6 @@ jobs:
|
|||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt_version }}
|
version: ${{ matrix.qt_version }}
|
||||||
aqtversion: '==0.9'
|
|
||||||
py7zrversion: '==0.7'
|
|
||||||
|
|
||||||
- name: cmake
|
- name: cmake
|
||||||
run: cmake .
|
run: cmake .
|
||||||
|
Loading…
Reference in New Issue
Block a user