Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Apr 29, 2024
1 parent 9fcc2f8 commit 012e657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{env.QT_VERSION}}
modules: qtmultimedia qtimageformats qtpositioning qtlocation qtcharts qtshadertools qt5compat qtserialport
modules: qtmultimedia qtpositioning qtlocation qtcharts

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{env.QT_VERSION}}
modules: qtmultimedia qtimageformats qtpositioning qtlocation qtcharts qtshadertools qt5compat
modules: qtmultimedia qtpositioning qtlocation qtcharts

# Install dependencies (from package manager)
- name: Install dependencies (from package manager)
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: ${{env.QT_VERSION}}
modules: qtmultimedia qtimageformats qtpositioning qtlocation qtcharts qtshadertools qt5compat
modules: qtmultimedia qtpositioning qtlocation qtcharts

# Install NSIS (already installed in 'windows-2022')
#- name: Install NSIS
Expand Down

0 comments on commit 012e657

Please sign in to comment.