Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
belolourenco committed Jun 14, 2024
1 parent 22d9c00 commit f0d870d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/set-up-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
run: |
eval $(opam env)
tools=(why3 alt-ergo-2.4.2 alt-ergo-2.5.3 eprover-2.6 eprover-3.0 z3 cvc4 cvc5)
for tool in "${tools}"
do
for tool in ${tools[@]}; do
cmd="which ${tool}"
echo $cmd
eval $cmd
Expand Down

0 comments on commit f0d870d

Please sign in to comment.