Update cmake-single-platform.yml

This commit is contained in:
levinsv 2024-02-03 00:26:18 +05:00 committed by GitHub
parent f258cdf2ff
commit 04cb91c9f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,11 @@ jobs:
run: sudo apt-get install -y libxslt-dev
- name: Install xmll2
run: sudo apt-get install -y libxml2-utils
- name: Fix permissions on files and directories
run: |
chown -R $(id -u):$(id -g) /var/lib;
chown -R $(id -u):$(id -g) /var/cache;
chown -R $(id -u):$(id -g) /var/lib;
- name: Install PostgreSQL client
run: |
apt-get install -y postgresql-client