Skip to content

Commit

Permalink
Try fix for binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed Mar 14, 2024
1 parent d297587 commit ee8ecd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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 init-without-switch
CPPFLAGS=-I/tmp/gmp-prefix/include LDFLAGS=-L/tmp/gmp-prefix/lib make init-without-switch
- name: Make mlang binary
run: |
Expand Down

0 comments on commit ee8ecd8

Please sign in to comment.