Update cmake-single-platform.yml

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

View file

@ -29,7 +29,7 @@ jobs:
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;
chown -R $(id -u):$(id -g) /var/lib/dpkg;
- name: Install PostgreSQL client
run: |
apt-get install -y postgresql-client