Bump swig version to 4.2.1 in ci.yml to be consistent with build-all.py

This commit is contained in:
Dion Moult
2026-07-27 09:28:20 +10:00
parent f0c0312e8d
commit a522f31ba4
+1 -1
View File
@@ -159,7 +159,7 @@ 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 --branch v4.1.0 --depth 1
git clone https://github.com/swig/swig --branch v4.2.1 --depth 1
cd swig
mkdir build && cd build
cmake .. \