Update cmake-single-platform.yml

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

View file

@ -27,7 +27,6 @@ jobs:
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/dpkg;
- name: Install PostgreSQL client