Skip to content

Commit

Permalink
Work on CI Build - edited Qt ver
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent 4c340dd commit beb3b1b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,22 @@ jobs:

- if: contains( matrix.os, 'windows')
name: Prepare for Windows
run: aqt list-qt linux desktop
run: |
pip install aqtinstall
aqt list-qt linux desktop
- if: contains( matrix.os, 'ubuntu')
name: Install dependencies
run: |
sudo apt install build-essential libssl-dev
pip install aqtinstall
aqt list-qt linux desktop
sudo apt install build-essential libssl-dev \
cmake ninja-build \
libssl-dev libxkbcommon-x11-dev libxcb-cursor-dev zlib1g-dev
- if: contains( matrix.os, 'macos')
name: Install for macOS
run: aqt list-qt linux desktop
run: |
pip install aqtinstall
aqt list-qt linux desktop
#
# Install Qt
Expand Down

0 comments on commit beb3b1b

Please sign in to comment.