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