Add "install Qt" to github actions: Update cmake-multi-platform.yml

This commit is contained in:
cthunter01 2024-03-15 11:17:44 -06:00 committed by GitHub
parent bf83ffc9ec
commit 46c5caa1ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v3
version: 6.6.2
target: desktop
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings