From 3bd883ec712b561515f2f3c386862e98cfb1b359 Mon Sep 17 00:00:00 2001 From: bodrovis Date: Tue, 21 Nov 2023 19:50:16 +0200 Subject: [PATCH] bump --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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