Merge pull request #17568 from Chocobo1/ci

GHA CI: bump "Install Qt" action version
This commit is contained in:
Chocobo1 2022-08-19 14:42:29 +08:00 committed by GitHub
commit ce8b51e7ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 9 deletions

View file

@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3
- name: Install tools
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "*"
- name: Check files
uses: pre-commit/action@v3.0.0

View file

@ -51,10 +51,8 @@ jobs:
mv "${{ github.workspace }}/.."/boost_* "${{ env.boost_path }}"
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==2.1.0'
setup-python: false
version: ${{ matrix.qt_version }}
- name: Install libtorrent

View file

@ -40,7 +40,7 @@ jobs:
max_size=2G
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}

View file

@ -74,9 +74,8 @@ jobs:
move "${{ github.workspace }}/../boost_*" "${{ env.boost_path }}"
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==2.1.0'
version: "6.3.0"
- name: Install libtorrent

View file

@ -22,9 +22,9 @@ jobs:
libboost-dev libssl-dev zlib1g-dev
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: "5.15.2"
version: "6.3.0"
- name: Install libtorrent
run: |