Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acth2 authored Aug 29, 2024
1 parent 0fc5130 commit ab99813
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C++ Qt CI
name: C++ Qt6 CI

on: [push, pull_request]

Expand All @@ -9,13 +9,19 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Qt
- name: Install Qt6
uses: WillBrennan/[email protected]
with:
version: 6.2.1
os: linux
platform: desktop

- name: Set up Build Environment
run: |
sudo apt-get update
sudo apt-get install -y qt5-default qtbase5-dev
sudo apt-get install -y cmake g++ make
sudo apt-get install -y build-essential
- name: Build
- name: Build Project
run: |
qmake
make

0 comments on commit ab99813

Please sign in to comment.