Skip to content

Commit

Permalink
ci:fic script
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Nov 12, 2023
1 parent f5ace3b commit 7ecab09
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
sudo apt install -y make gcc
- name: Install Qt android
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
aqtversion: ==3.1.7

- name: Install Qt android
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
aqtversion: ==3.1.7

- name: Install Qt ios
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
git checkout
- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
arch: win64_mingw
version: '6.5.3'
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
sudo apt install -y make gcc
- name: Install Qt
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
version: '6.6.0'
modules: 'qt5compat qtwebsockets'
aqtversion: ==3.1.7

- name: Install Qt webassembly
uses: jurplel/install-qt-action@v4
uses: jurplel/install-qt-action@v3
with:
arch: wasm_singlethread
version: '6.6.0'
Expand Down

0 comments on commit 7ecab09

Please sign in to comment.