mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Opam environment before building
This commit is contained in:
parent
4410b693f9
commit
4c3e1ec367
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -49,10 +49,16 @@ jobs:
|
||||
|
||||
|
||||
- name: Make compiler
|
||||
run: make build
|
||||
run: |
|
||||
eval $(opam env)
|
||||
make build
|
||||
|
||||
- name: Make examples
|
||||
run: make all_examples
|
||||
run: |
|
||||
eval $(opam env)
|
||||
make all_examples
|
||||
|
||||
- name: Make assets and documentation
|
||||
run: make all
|
||||
run: |
|
||||
eval $(opam env)
|
||||
make all
|
||||
|
Loading…
Reference in New Issue
Block a user