Skip to content

Commit

Permalink
Merge pull request #11 from tobiasfalk/tobiasfalk-patch-3
Browse files Browse the repository at this point in the history
Update cmake-multi-platform.yml
  • Loading branch information
tobiasfalk authored May 3, 2024
2 parents 2accce6 + d2671d7 commit f3f3a29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: 6.6.2

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit f3f3a29

Please sign in to comment.