Fix issue with display of tutorial and Qt 6.7. #56
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build UIBase | |
on: | |
push: | |
branches: master | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
build: | |
runs-on: windows-2022 | |
steps: | |
- name: Build UI Base | |
uses: ModOrganizer2/build-with-mob-action@master | |
with: | |
mo2-third-parties: fmt gtest spdlog boost | |
mo2-dependencies: cmake_common |