Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khumnath authored Oct 19, 2024
1 parent 246afab commit c49a741
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,28 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'

- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: '6.2.0'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
tools: 'tools_cmake'
archives: 'qttools qtsvg qtdeclarative qtbase icu'
- name: Build Project
run: |
mkdir build
cd build
qmake ../nepdate.pro
make

- name: Build Project
run: |
mkdir build
cd build
qmake ../nepdate.pro
make

0 comments on commit c49a741

Please sign in to comment.