Skip to content

Commit

Permalink
Install QT on Windows CI release&nigthly
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 27, 2024
1 parent 4ff5132 commit 86509a9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/releaseNigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python 3.8
- name: Setup python 3.12
uses: actions/setup-python@v3
with:
python-version: '3.8'
python-version: '3.12'
- name: Install packages
run: |
choco.exe install pkgconfiglite ninja
Expand All @@ -36,6 +36,12 @@ jobs:
run: |
pip3 install meson pytest requests distro paramiko
pip3 install --no-deps $GITHUB_WORKSPACE
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
modules: "qtwebengine"
setup-python: false
- name: Setup MSVC compiler
uses: bus1/cabuild/action/msdevshell@v1
with:
Expand Down

0 comments on commit 86509a9

Please sign in to comment.