Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace-Krypton authored Aug 7, 2023
1 parent 13c7d77 commit a857f5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v3

- name: Install Qt
run: sudo apt install qt6-base-dev
uses: jurplel/install-qt-action@v3.3.0
with:
version: '6.4'

- name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
Expand Down

0 comments on commit a857f5e

Please sign in to comment.