Skip to content

Commit

Permalink
Remove the (now unnecessary) aqtversion override
Browse files Browse the repository at this point in the history
install-qt-action@v4 new defaults to the same version.
  • Loading branch information
pcolby committed Jun 15, 2024
1 parent 9c180dc commit a646240
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
documentation: true
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
aqtversion: ==3.1.*
- name: Upload aqtinstall log file
if: failure()
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -213,7 +212,6 @@ jobs:
documentation: true
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
aqtversion: ==3.1.*
- name: Upload aqtinstall log file
if: failure()
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -363,7 +361,6 @@ jobs:
version: ${{ matrix.qt }}
arch: win64_msvc2019_64
set-env: false
aqtversion: ==3.1.*
- name: Upload aqtinstall log file
if: matrix.arch == 'arm64' && failure()
uses: actions/upload-artifact@v4
Expand All @@ -384,7 +381,6 @@ jobs:
documentation: true
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
aqtversion: ==3.1.*
- name: Upload aqtinstall log file
if: failure()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a646240

Please sign in to comment.