Update main.yml

Change Qt6 version from 6.4.0 (that is now "not found" for some reason) to 6.2.4.
This commit is contained in:
Nikolaj Schlej 2022-09-01 20:58:14 +02:00 committed by GitHub
parent eef00f73a4
commit f58a97a657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: '6.4.0' version: '6.2.4'
host: 'linux' host: 'linux'
target: 'desktop' target: 'desktop'