Skip to content

Commit

Permalink
Finish work of #204 with all other makefile targets switched in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed Dec 8, 2022
1 parent 9c7fc6a commit 7897484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
brew install gmp mpfr
opam update
make deps-without-ocaml
make init-without-switch
- name: Make mlang binary
run: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
( cd mpfr-4.1.0; CC=musl-gcc ./configure --prefix /tmp/gmp-prefix -with-gmp=/tmp/gmp-prefix && make && make install )
eval $(opam env)
opam update
MPFR_PREFIX=/tmp/gmp-prefix GMP_PREFIX=/tmp/gmp-prefix make deps-without-ocaml
MPFR_PREFIX=/tmp/gmp-prefix GMP_PREFIX=/tmp/gmp-prefix make init-without-switch
- name: Make mlang binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
sudo apt install m4 perl python3 clang git build-essential lzip libgmp-dev libmpfr-dev
opam update
make deps-without-ocaml
make init-without-switch
- name: Build
run: |
Expand Down

0 comments on commit 7897484

Please sign in to comment.