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 e9bff08 commit 246afab
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

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

- name: Install aqt
run: |
python -m pip install --upgrade pip
pip install aqtinstall
pip install --upgrade aqt

- name: Install Qt
run: |
aqt install-qt linux desktop 6.5.0 gcc_64 -m qtbase qttools
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
Expand Down

0 comments on commit 246afab

Please sign in to comment.