Skip to content
Snippets Groups Projects
Commit e5142a53 authored by Gabriel's avatar Gabriel
Browse files

set switch

parent 97de8dc3
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,12 @@ jobs:
- name: install personoj
run: |
eval $(cd ${HOME}/lambdapi; opam env)
eval $(opam env --switch=~/lambdapi --set-switch)
bmake -C encoding install
sed "s:PVSDKPATH:$(pwd):" pvs-load.lisp > ~/.pvs.lisp
- name: translate and typecheck
run: |
eval $(cd "${HOME}"/lambdapi; opam env)
eval $(opam env --switch=~/lambdapi --set-switch)
cd pvs-translation-tools/prelude || exit 1
bmake
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