From 46dc6cf08bd124a25b1086c59b49672b9dbc82a2 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 15 Dec 2025 12:52:10 +0500 Subject: [PATCH] ci.yml - use `depth 1` for swig --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d488c6764b..001417cd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,9 +150,8 @@ jobs: # Remove default swig to avoid conflicts. sudo apt remove --purge swig swig4.0 sudo apt-get install -y libpcre2-dev bison - git clone https://github.com/swig/swig + git clone https://github.com/swig/swig --branch v4.1.0 --depth 1 cd swig - git checkout v4.1.0 mkdir build && cd build cmake .. \ -DCMAKE_BUILD_TYPE=Release \