Skip to content

Commit

Permalink
Try GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Marte committed Jul 12, 2023
1 parent 13186e5 commit 3b78ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
- 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: ./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
- uses: actions/checkout@v3
- run: PATH=$PWD/MiniZincIDE-2.7.6-bundle-linux-x86_64/bin:$PATH LD_LIBRARY_PATH=$PWD/MiniZincIDE-2.7.6-bundle-linux-x86_64/lib:$LD_LIBRARY_PATH make ci-tests
- run: make ci-tests

0 comments on commit 3b78ba1

Please sign in to comment.