From ab40059891a56328c83e0aafd6a795e63e26000a Mon Sep 17 00:00:00 2001 From: rakshasa Date: Sun, 8 Jun 2025 12:49:14 +0200 Subject: [PATCH] Use libtorrent stable-0.15 branch in workflow. --- .github/workflows/unit-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index eb46af68..14749b88 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -14,6 +14,8 @@ jobs: - name: Fetch libtorrent run: | git clone https://github.com/rakshasa/libtorrent + cd libtorrent + git checkout stable-0.15 - name: Build libtorrent run: | cd libtorrent