Skip to content

Commit ec2a523

Browse files
committed
Temporarily switch to jdpurcell/install-qt-action
jurplel/install-qt-action#248
1 parent d847509 commit ec2a523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
## Install Qt
5252
- if: contains(matrix.arch, 'amd64')
5353
name: Install Qt (Ubuntu)
54-
uses: jurplel/install-qt-action@v4
54+
uses: jdpurcell/install-qt-action@v4
5555
with:
5656
version: ${{ matrix.qt-version }}
5757
host: ${{ matrix.qt-host}}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Install Qt
5656
- if: contains(matrix.arch, 'amd64')
5757
name: Install Qt
58-
uses: jurplel/install-qt-action@v4
58+
uses: jdpurcell/install-qt-action@v4
5959
with:
6060
version: ${{ matrix.qt-version }}
6161
host: 'linux'

0 commit comments

Comments
 (0)