We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d847509 commit ec2a523Copy full SHA for ec2a523
.github/workflows/linux-build.yml
@@ -51,7 +51,7 @@ jobs:
51
## Install Qt
52
- if: contains(matrix.arch, 'amd64')
53
name: Install Qt (Ubuntu)
54
- uses: jurplel/install-qt-action@v4
+ uses: jdpurcell/install-qt-action@v4
55
with:
56
version: ${{ matrix.qt-version }}
57
host: ${{ matrix.qt-host}}
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
# Install Qt
name: Install Qt
58
59
60
61
host: 'linux'
0 commit comments