We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e01f8 commit 9c2a269Copy full SHA for 9c2a269
.github/workflows/build.yaml
@@ -90,7 +90,7 @@ jobs:
90
# \todo Revert to only using jurplel's action when issue #248 is resolved.
91
# \todo See https://github.com/jurplel/install-qt-action/issues/248
92
if: contains(matrix.qt, '.') && matrix.arch == 'arm64' # ie if not using Ubuntu's Qt5/Qt6.
93
- uses: jdpurcell/install-qt-action@v4
+ uses: jdpurcell/install-qt-action@v5
94
with:
95
version: ${{ matrix.qt }}
96
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
0 commit comments