From f2b83d50e8cab92f270fec1fc059bb284c01b3bd Mon Sep 17 00:00:00 2001 From: rakshasa Date: Sun, 8 Jun 2025 12:53:31 +0200 Subject: [PATCH] Use libtorrent stable-0.15 branch in workflow. --- .github/workflows/static-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0806b8c5..c3885c11 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.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