Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcok committed Feb 14, 2023
1 parent fbc5182 commit ddf001b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dafnycore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
dafny-version: "3.11.0"

- name: Check version
run: dafny --version
run: |
dafny --version
which dafny
which z3
- name: Install lit
run: pip install lit OutputCheck
Expand Down

0 comments on commit ddf001b

Please sign in to comment.