diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-29 15:03:12 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-05-30 18:11:13 +0200 |
commit | 905a7dc3bc8118c21ce9696ca063572576e25611 (patch) | |
tree | 0af491d23eaabbaeed29ca36258521818df04ff1 /.github | |
parent | [Core] Fix bug when emiting event in EventManager (diff) | |
download | deluge-905a7dc3bc8118c21ce9696ca063572576e25611.tar.xz deluge-905a7dc3bc8118c21ce9696ca063572576e25611.zip |
[Tests] Only pin libtorrent for tests
Bump versions for Windows packaging
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fe15ad4f0..aeb0b700c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: matrix: arch: [x64, x86] python: ["3.9"] - libtorrent: [2.0.6, 1.2.15] + libtorrent: [2.0.7, 1.2.19] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |