diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64c0cf4b038..8ba66648b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: cd ex_doc ../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile cd ../elixir/ + git fetch --tags make docs - name: Check reproducible builds if: ${{ matrix.deterministic }}