Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Jan 19, 2024
1 parent f7d49e1 commit 5aa2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: UnitTests
run: sbt test
- name: Test
run: cd regression-tests; export TERM=xterm; wget http://logicrunch.it.uu.se:4096/~philipp/yices; chmod +x yices; export PATH=`pwd`:$PATH; ./runalldirs
run: cd regression-tests; export TERM=xterm; wget https://eldarica.org/yices; chmod +x yices; export PATH=`pwd`:$PATH; ./runalldirs

0 comments on commit 5aa2904

Please sign in to comment.