This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git


The following commit(s) were added to refs/heads/master by this push:
     new ddc3dd7  apt update seems to be necessary
ddc3dd7 is described below

commit ddc3dd7d7ed977d823ca6e9436424c044a83c7a6
Author: Alexander Saydakov <[email protected]>
AuthorDate: Wed May 31 12:20:54 2023 -0700

    apt update seems to be necessary
---
 .github/workflows/c-cpp.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 8417b24..e4825cd 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -22,7 +22,9 @@ jobs:
     - name: download Boost
       run: make boost
     - name: install PostgreSQL
-      run: sudo apt-get -y install postgresql-14 postgresql-client-14 
postgresql-server-dev-14 libpq-dev
+      run: |
+        sudo apt update
+        sudo apt -y install postgresql-14 postgresql-client-14 
postgresql-server-dev-14 libpq-dev
     - name: make
       run: make
     - name: install


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to