CI: Use the native backends on Windows also for Qt 6 (#194)
Resolves #164
This commit is contained in:
parent
0ed9afe2b4
commit
e954fb8aa1
4
.github/workflows/qmake.yml
vendored
4
.github/workflows/qmake.yml
vendored
@ -244,8 +244,6 @@ jobs:
|
||||
build-windows-qt-lts:
|
||||
name: Windows Qt 6.2 (LTS) build
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
QSG_RHI_BACKEND: opengl
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache Qt
|
||||
@ -301,8 +299,6 @@ jobs:
|
||||
build-windows-qt-current:
|
||||
name: Windows Qt 6.3 (current) build
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
QSG_RHI_BACKEND: opengl
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache Qt
|
||||
|
Loading…
x
Reference in New Issue
Block a user