Skip to content

Commit

Permalink
Use current aqtversion
Browse files Browse the repository at this point in the history
For whatever reason, the action is *not* using the documented
default.
  • Loading branch information
pcolby committed Nov 19, 2023
1 parent dba754e commit f49bf09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ jobs:
version: ${{ matrix.qt }}
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
arch: ${{ matrix.qtArch }}
tools: tools_mingw90
add-tools-to-path: true
aqtversion: ==3.1.*
#tools: tools_mingw90
#add-tools-to-path: true
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
shell: bash
Expand Down

0 comments on commit f49bf09

Please sign in to comment.