Skip to content

Commit

Permalink
Revert the previous, try with libzstd
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Feb 7, 2024
1 parent 0d2d697 commit 4b637de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: ubuntu-latest
# We don't use flambda as that ends up much buliker than without.
ocaml:
ocaml-compiler: "5.1.1"
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-musl
input-file: illuaminate
output-file: illuaminate-linux-x86_64
dune-flags: # --workspace dune-workspace.release
dune-flags: --workspace dune-workspace.release

# - name: macOS
# uses: macos-latest
Expand All @@ -64,6 +64,9 @@ jobs:
with:
fetch-depth: 0

- name: "Cry a little, cry a lot"
run: sudo apt-get install --yes libzstd-dev

- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with: ${{ matrix.ocaml }}
Expand Down

0 comments on commit 4b637de

Please sign in to comment.