Browse Source

[MNT] add swipl path to github env var

pull/1/head
Gao Enhao 2 years ago
parent
commit
e2530faa72
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/build-and-test.yaml

+ 3
- 1
.github/workflows/build-and-test.yaml View File

@@ -42,7 +42,9 @@ jobs:
run: choco install swi-prolog
- name: Install SWI-Prolog on MACOS
if: matrix.os == 'macos-latest'
run: brew install swi-prolog
run: |
brew install swi-prolog
echo "SWI_HOME_DIR=/usr/local/lib/swipl" >> $GITHUB_ENV

- name: Install package dependencies
run: |


Loading…
Cancel
Save