From 7ba52768cf0ea7d084df24d4275a88eef4db13c2 Mon Sep 17 00:00:00 2001 From: Sergey Prokhorov Date: Fri, 26 May 2023 12:16:13 +0200 Subject: [PATCH] Update apt cache before install --- .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 e6ae880..09b12c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: rebar3-version: ${{ matrix.rebar3 }} - name: Setup postgresql server with postgis - run: sudo apt install postgresql-${{matrix.pg}} postgresql-contrib-${{matrix.pg}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}}-scripts + run: sudo apt update && sudo apt install postgresql-${{matrix.pg}} postgresql-contrib-${{matrix.pg}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}} postgresql-${{matrix.pg}}-postgis-${{matrix.postgis}}-scripts - name: elvis run: make elvis