Skip to content

Commit 7aa636e

Browse files
committed
.github/workflows/ci.yml: pin SWIG version to stabilize the CI runs.
1 parent 244a3da commit 7aa636e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
node_js=bindings/node.js
219219
if [ -x $node_js/run.me ]; then
220220
if [ ! -x ~/swig/bin/swig ]; then
221-
( git clone https://github.com/swig/swig;
221+
( git clone --branch v4.2.1 https://github.com/swig/swig;
222222
cd swig;
223223
./autogen.sh;
224224
./configure --prefix=$HOME/swig;

0 commit comments

Comments
 (0)