Skip to content

Commit

Permalink
Install SWI-Prolog in Github test workflow (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Jul 15, 2024
1 parent c629145 commit 288dab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
make check
- name: "Install SWI-Prolog"
run: |
sudo apt-get install -y swi-prolog-nox
- name: "Run tests"
run: |
make cover

0 comments on commit 288dab1

Please sign in to comment.