Skip to content

Commit

Permalink
Update release action with the right configuration for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
canonici authored Aug 4, 2023
1 parent bc1a18d commit bad0f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Build the distribution
- name: Build the distribution
run: |
opam exec -- ocaml ./configure.ml --release
opam exec -- ocaml ./configure.ml --sosa-legacy --gwdb-legacy --release
opam exec -- make distrib
# Archive distribution for release
Expand Down

0 comments on commit bad0f3b

Please sign in to comment.