|
|
@ -51,10 +51,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: |
|
|
|
aqtversion: '==2.1.0' |
|
|
|
|
|
|
|
setup-python: false |
|
|
|
|
|
|
|
version: ${{ matrix.qt_version }} |
|
|
|
version: ${{ matrix.qt_version }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Install libtorrent |
|
|
|
- name: Install libtorrent |
|
|
|