From 384468148ac68e99435f5e40b2340b250c9455a9 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 26 Oct 2020 14:09:13 -0700 Subject: [PATCH] almost to deps --- .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 fc6b4b0..e6d2226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@v2 - name: Regular tests run: | - apt install libprotobuf-dev libprotoc-dev + apt update && apt -y install libprotobuf-dev libprotoc-dev # cpanm --installdeps --notest . # prove