mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
👷 Add missing QT install step
This commit is contained in:
parent
9e75c2d9fe
commit
3c7780a065
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-overte.yml
vendored
6
.github/workflows/build-overte.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue