From 2bb104044cfcdc89344d1d96e0c3afb5eec65e08 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 26 Oct 2020 14:11:14 -0700 Subject: [PATCH] c deps installed now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6d2226..b625f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,5 @@ jobs: - name: Regular tests run: | apt update && apt -y install libprotobuf-dev libprotoc-dev - # cpanm --installdeps --notest . + cpanm --installdeps --notest . # prove