👷 Add missing QT install step

This commit is contained in:
Edgar 2023-09-25 16:35:16 +02:00
parent 9e75c2d9fe
commit 3c7780a065
No known key found for this signature in database
GPG key ID: 3C2E1F2C1C353131

View file

@ -81,6 +81,12 @@ jobs:
run: git clone https://git.anotherfoxguy.com/AnotherFoxGuy/build-tools.git %BUILD_TOOLS_PATH%
shell: cmd
- name: Install Qt5
uses: jurplel/install-qt-action@v3.3.0
with:
cache: true
cache-key-prefix: windows-QtCache
- name: Cache conan packages
uses: actions/cache@v3
with: