Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed May 8, 2024
1 parent aa96c9e commit c2275cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
- run: opam install cairo2 calendar conf-dbm eliom ocsigen-i18n ocsigen-ppx-rpc ocsigen-toolkit ocsipersist-dbm pgocaml_ppx syndic

- name: Compiling simple
run: opam exec -- make all
working-directory: simple
run: opam exec -- make -C simple all

- name: Compiling extended
run: opam exec -- make all
working-directory: extended
run: opam exec -- make -C extended all

0 comments on commit c2275cd

Please sign in to comment.