We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b17426 commit 1de5f11Copy full SHA for 1de5f11
1 file changed
.github/workflows/main.yml
@@ -36,10 +36,9 @@ jobs:
36
run: opam install -y dune.${{ matrix.dune-version }}
37
- name: Install lambdapi
38
run: |
39
- git clone --depth 1 -b ${{ matrix.lambdapi-version }} https://github.com/Deducteam/lambdapi
+ git clone --depth 1 -b ${{ matrix.lambdapi-version }} https://github.com/Deducteam/lambdapi ../lambdapi
40
sudo apt-get install -y libev-dev
41
- opam pin lambdapi lambdapi
42
- opam install -y lambdapi
+ opam pin lambdapi ../lambdapi
43
- name: Compile hol2dk
44
45
eval `opam env`
0 commit comments