Skip to content

Commit

Permalink
new path for solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 4, 2024
1 parent f730eb2 commit 2992da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stainless-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
distribution: temurin
java-version: 17
- name: Install solvers
run: ./stainless-ci.sh --install-solvers ./local/bin
run: ./stainless-ci.sh --install-solvers $GITHUB_WORKSPACE/.local/bin
- name: Add solvers to PATH
run: echo "./local/bin" >> $GITHUB_PATH
run: echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH
- name: Test solvers availability
run: cvc5 --version && z3 --version && cvc4 --version
- name: Build and Package
Expand Down

0 comments on commit 2992da6

Please sign in to comment.