From e954fb8aa1afc19f764e64f21801018a0f7f43cc Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Mon, 6 Jun 2022 07:06:07 +0200 Subject: [PATCH] CI: Use the native backends on Windows also for Qt 6 (#194) Resolves #164 --- .github/workflows/qmake.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/qmake.yml b/.github/workflows/qmake.yml index 12a9048c..8308be14 100644 --- a/.github/workflows/qmake.yml +++ b/.github/workflows/qmake.yml @@ -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