Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 16, 2024
1 parent e3743a6 commit 9e25cfd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14
- run: opam install dune

- run: opam install . --deps-only --with-test
- run: opam exec -- dune build --profile release
- run: opam install aslp_server --deps-only --with-test

- run: opam install . --deps-only --with-test
working-directory: aslp_server
- run: opam exec -- dune build aslp_server --profile release
working-directory: aslp_server

0 comments on commit 9e25cfd

Please sign in to comment.