From 46c5caa1ab27620a8f44b146ac45c4268e14ec03 Mon Sep 17 00:00:00 2001 From: cthunter01 Date: Fri, 15 Mar 2024 11:17:44 -0600 Subject: [PATCH] Add "install Qt" to github actions: Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index d019efc..2261783 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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