Skip to content

Commit

Permalink
updated version checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ap421 committed Feb 23, 2024
1 parent 814903f commit dda20a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/build/install-minizinc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

# version as of 16 November 2023
# version as of 23 February 2024
VERSION=2.8.3
set -o errexit
set -o nounset

Expand All @@ -11,6 +12,7 @@ mkdir tmp-install-minizinc
pushd tmp-install-minizinc
git clone https://github.com/MiniZinc/libminizinc.git
cd libminizinc
git checkout $VERSION
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit dda20a2

Please sign in to comment.