Skip to content

Commit

Permalink
install qt in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoElf authored Jan 29, 2024
1 parent e78a040 commit 0e8a304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: jurplel/install-qt-action@v3
with:
version: '6.5.2'

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down

0 comments on commit 0e8a304

Please sign in to comment.