Skip to content

Commit 95db500

Browse files
committed
Use install-qt-action v4
1 parent 069b5d5 commit 95db500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev xvfb libxcb-cursor0
2525
shell: bash
2626
- name: Install Qt
27-
uses: jurplel/install-qt-action@v3
27+
uses: jurplel/install-qt-action@v4
2828
with:
2929
version: '6.6.*'
3030
- name: Configure CMake

.github/workflows/utests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev xvfb libxcb-cursor0
2525
shell: bash
2626
- name: Install Qt
27-
uses: jurplel/install-qt-action@v3
27+
uses: jurplel/install-qt-action@v4
2828
with:
2929
version: '6.6.*'
3030
- name: Configure CMake

0 commit comments

Comments
 (0)