GHA CI: bump "Install Qt" action version

This commit is contained in:
Chocobo1 2022-08-18 11:44:40 +08:00
commit e151970998
4 changed files with 4 additions and 5 deletions

View file

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

View file

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

View file

@ -70,7 +70,7 @@ jobs:
move "${{ github.workspace }}/../boost_*" "${{ env.boost_path }}" move "${{ github.workspace }}/../boost_*" "${{ env.boost_path }}"
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v3
with: with:
version: "5.15.2" version: "5.15.2"

View file

@ -21,7 +21,7 @@ jobs:
libboost-dev libssl-dev zlib1g-dev libboost-dev libssl-dev zlib1g-dev
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v3
with: with:
version: "5.15.2" version: "5.15.2"