diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66c6b49..4720aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,6 @@ jobs: - run: mix compile --warnings-as-errors if: matrix.warnings_as_errors - run: | - mix deps.clean ssl_verify_fun - mix deps.compile ssl_verify_fun --force + mix deps.clean ssl_verify_fun + mix deps.compile ssl_verify_fun --force - run: mix coveralls.github \ No newline at end of file