taschik commented on issue #37346:
URL: https://github.com/apache/arrow/issues/37346#issuecomment-1690592131
I was able to solve it by using the following configuration:
```
- name: Install Dependent Libraries for libarrow and postgres
run: |
# Install libarrow
sudo apt install -y -V ca-certificates lsb-release wget
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
91D18FCF079F8007
sudo add-apt-repository "deb [trusted=yes]
https://apache.jfrog.io/artifactory/arrow/ubuntu/ focal main"
wget
https://apache.jfrog.io/artifactory/arrow/ubuntu/pool/focal/main/a/apache-arrow-apt-source/apache-arrow-apt-source_12.0.1-1_all.deb
sudo apt install -y -V ./apache-arrow-apt-source_12.0.1-1_all.deb
sudo apt-get update -y
sudo apt-get install -y libpq-dev libarrow-dev libarrow-glib-dev
libparquet-glib-dev libgirepository-1.0-1 libgirepository1.0-dev
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]