Downgrade qt version
This commit is contained in:
parent
67214b772d
commit
aef425c112
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -20,15 +20,15 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: qt/5.15.2/msvc2019_64
|
path: qt/5.15.0/msvc2019_64
|
||||||
key: qt-5.15.2-msvc2019_64
|
key: qt-5.15.0-msvc2019_64
|
||||||
|
|
||||||
- uses: Skycoder42/action-setup-qt@master
|
- uses: Skycoder42/action-setup-qt@master
|
||||||
id: qt
|
id: qt
|
||||||
with:
|
with:
|
||||||
version: 5.15.2
|
version: 5.15.0
|
||||||
platform: msvc2019_64
|
platform: msvc2019_64
|
||||||
cachedir: qt/5.15.2/msvc2019_64
|
cachedir: qt/5.15.0/msvc2019_64
|
||||||
|
|
||||||
- name: qmake
|
- name: qmake
|
||||||
run: |
|
run: |
|
||||||
@ -41,7 +41,6 @@ jobs:
|
|||||||
name: Attorney_Online
|
name: Attorney_Online
|
||||||
path: ${{github.workspace}}/bin/Attorney_Online
|
path: ${{github.workspace}}/bin/Attorney_Online
|
||||||
|
|
||||||
|
|
||||||
# linux:
|
# linux:
|
||||||
# # The CMake configure and build commands are platform agnostic and should work equally
|
# # The CMake configure and build commands are platform agnostic and should work equally
|
||||||
# # well on Windows or Mac. You can convert this to a matrix build if you need
|
# # well on Windows or Mac. You can convert this to a matrix build if you need
|
||||||
|
Loading…
Reference in New Issue
Block a user