Skip to content

Commit

Permalink
Update to swig4.2 (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Jan 17, 2024
1 parent ec4ee25 commit 2591a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-swig/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
swig_version:
description: 'Swig version to build'
required: false
default: '4.1.1'
default: '4.2.0'

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion scripts/downloadAndBuildSwig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
SCRIPT_PATH=$(dirname "$BASH_SOURCE")
AMICI_PATH=$(cd "$SCRIPT_PATH/.." && pwd)

swig_version="${1:-"4.1.1"}"
swig_version="${1:-"4.2.0"}"
SWIG_ARCHIVE="swig-${swig_version}.tar.gz"
SWIG_URL="http://downloads.sourceforge.net/project/swig/swig/swig-${swig_version}/${SWIG_ARCHIVE}"
SWIG_DIR="swig-${swig_version}"
Expand Down

0 comments on commit 2591a3a

Please sign in to comment.