diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6207238e..021db303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Postgres client - run: sudo apt-get install -y postgresql-client + run: sudo apt update && sudo apt install -y postgresql-client - name: Run integration tests run: make integration-test env: