CI: Use the native backends on Windows also for Qt 6 (#194)

Resolves #164
This commit is contained in:
Peter Hartmann 2022-06-06 07:06:07 +02:00 committed by GitHub
parent 0ed9afe2b4
commit e954fb8aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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