Skip to content
Snippets Groups Projects
Commit 9b901f67 authored by hondet's avatar hondet
Browse files

fix checkout

parent 5a998348
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: gabrielhdt/lambdapi
branch: refiner
ref: refiner
path: lambdapi
# Runs a set of commands using the runners shell
......@@ -46,8 +46,7 @@ jobs:
run: |
sudo apt install --yes bmake
(cd "${GITHUB_WORKSPACE}/lambdapi/" || exit 1
opam install . --deps-only
make install)
opam install .)
eval $(opam env)
why3 config detect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment