Skip to content

Commit 1de5f11

Browse files
authored
CI: install lambdapi outside of hol2dk repository
1 parent 7b17426 commit 1de5f11

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
run: opam install -y dune.${{ matrix.dune-version }}
3737
- name: Install lambdapi
3838
run: |
39-
git clone --depth 1 -b ${{ matrix.lambdapi-version }} https://github.com/Deducteam/lambdapi
39+
git clone --depth 1 -b ${{ matrix.lambdapi-version }} https://github.com/Deducteam/lambdapi ../lambdapi
4040
sudo apt-get install -y libev-dev
41-
opam pin lambdapi lambdapi
42-
opam install -y lambdapi
41+
opam pin lambdapi ../lambdapi
4342
- name: Compile hol2dk
4443
run: |
4544
eval `opam env`

0 commit comments

Comments
 (0)