Raise minimum libtorrent version to 1.2.14 (2.0.4)

- Also update vcpkg to latest commit: includes libtorrent 1.2.14,
Qt 5.15.2, and Qt 6.1.1
This commit is contained in:
FranciscoPombal 2021-06-11 17:24:13 +01:00
commit ccb7c0d579
6 changed files with 14 additions and 25 deletions

View file

@ -7,10 +7,10 @@ name: GitHub Actions CI
on: [pull_request, push]
env:
VCPKG_COMMIT: 8f03e2264da6b95fa5b01dd89cdd5b499458d428
VCPKG_COMMIT: c5ac711fefa6cacbd6bb6335349e36a765babf87
VCPKG_DEST_MACOS: /Users/runner/qbt_tools/vcpkg
VCPKG_DEST_WIN: C:\qbt_tools\vcpkg
LIBTORRENT_VERSION_TAG: v1.2.13
LIBTORRENT_VERSION_TAG: v1.2.14
jobs: