Skip to content

Commit

Permalink
fzn-gecode does not yet run
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Marte committed Jul 13, 2023
1 parent 85a347c commit 1e78658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
- run: wget https://github.com/MiniZinc/MiniZincIDE/releases/download/2.7.6/MiniZincIDE-2.7.6-bundle-linux-x86_64.tgz
- run: tar xzf MiniZincIDE-2.7.6-bundle-linux-x86_64.tgz
- run: ldd ./MiniZincIDE-2.7.6-bundle-linux-x86_64/bin/minizinc
- run: ldd ./MiniZincIDE-2.7.6-bundle-linux-x86_64/bin/fzn-gecode
- run: ./MiniZincIDE-2.7.6-bundle-linux-x86_64/bin/minizinc --version
- run: echo "$PWD/MiniZincIDE-2.7.6-bundle-linux-x86_64/bin" >> $GITHUB_PATH
- run: echo $PATH
- run: minizinc --version
- run: fzn-gecode -help
- run: pwd
- run: make ci-tests
- name: Upload artifacts
Expand Down

0 comments on commit 1e78658

Please sign in to comment.