Skip to content

Commit

Permalink
ci: kill camlp5
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jun 20, 2022
1 parent 96810c7 commit fe5994c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
startGroup "Install dependencies"
opam pin add -n -y -k path $PACKAGE $WORKDIR
opam update -y
opam depext -y -u camlp5
opam install -y -j 2 $PACKAGE --deps-only
endGroup
env:
Expand Down
1 change: 0 additions & 1 deletion Makefile.coq.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ theories/elpi.vo: $(wildcard elpi/*.elpi)


merlin-hook::
echo "PKG camlp5" >> .merlin
echo "S $(abspath $(ELPIDIR))" >> .merlin
echo "B $(abspath $(ELPIDIR))" >> .merlin
if [ "$(ELPIDIR)" != "elpi/findlib/elpi" ]; then\
Expand Down

0 comments on commit fe5994c

Please sign in to comment.