From 06d7ef81bdd713ff5048924c7821290b3b87af68 Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 25 Sep 2023 16:35:16 +0200 Subject: [PATCH] :construction_worker: Add missing QT install step --- .github/workflows/build-overte.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-overte.yml b/.github/workflows/build-overte.yml index b0cccf8b24..b7b6f70ffb 100644 --- a/.github/workflows/build-overte.yml +++ b/.github/workflows/build-overte.yml @@ -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: