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