Skip to content

Commit

Permalink
.github/workflows/ci.yml: switch to swig 4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jan 28, 2025
1 parent 1cc5095 commit 6697630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
node_js=bindings/node.js
if [ -x $node_js/run.me ]; then
if [ ! -x ~/swig/bin/swig ]; then
( git clone --branch v4.2.1 https://github.com/swig/swig;
( git clone --branch v4.3.0 https://github.com/swig/swig;
cd swig;
./autogen.sh;
./configure --prefix=$HOME/swig;
Expand Down

0 comments on commit 6697630

Please sign in to comment.