Skip to content

Commit 2e4400e

Browse files
authored
CI: Use default aqtinstall
1 parent 6c59dc6 commit 2e4400e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Qt
5555
uses: jurplel/install-qt-action@v4
5656
with:
57-
aqtversion: '==3.3.*'
57+
# aqtversion: '==3.3.*'
5858
version: ${{ matrix.qt-version }}
5959
host: ${{ matrix.os-name }}
6060
modules: ${{ startsWith(matrix.qt-version, '6') && 'qt5compat qtmultimedia qtimageformats' || '' }}
@@ -71,7 +71,7 @@ jobs:
7171
uname -a
7272
qmake --version
7373
make --version
74-
g++ --version
74+
g++ --version
7575
7676
- name: Check translations
7777
run: |
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Lint
120120
if: ${{ matrix.os == 'ubuntu-latest'}}
121-
uses: cpp-linter/cpp-linter-action@v2.16.0
121+
uses: cpp-linter/cpp-linter-action@v2.15.1
122122
id: linter
123123
with:
124124
style: 'file'

0 commit comments

Comments
 (0)