Skip to content

Commit

Permalink
install swipl deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Mar 31, 2024
1 parent 645b04c commit f2c5cef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/webeditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
swi-prolog-branch: devel
swi-prolog-version: latest

- name: Install SWI-Prolog dependencies
run: |
swipl -t 'pack_install(date_time), pack_install(clpBNR,[url('https://github.com/ridgeworks/clpBNR.git')])'
- name: Precompile SWI-Prolog prelude files to qlf
run: pnpm build:swipl-public-qlf

Expand Down

0 comments on commit f2c5cef

Please sign in to comment.