Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 1, 2023
1 parent 5e19495 commit 89cdf53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- run: opam install --locked .
- run: opam-2.2 install --locked .

- run: make release-static
- run: eval $(opam env) && make release-static

- run: tar cfvz docfd-${{ env.GITHUB_TAG }}-${{ matrix.os }}.tar.gz statically-linked/docfd

Expand Down

0 comments on commit 89cdf53

Please sign in to comment.