Update cmake-single-platform.yml

This commit is contained in:
levinsv 2024-02-03 00:40:26 +05:00 committed by GitHub
parent 8f5bcab6fd
commit bbf2d16b3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
sudo apt-get install -y libxml2-utils
- name: Fix permissions on files and directories
run: |
chown -R $(id -u):$(id -g) /var/cache;
#chown -R $(id -u):$(id -g) /var/cache;
chown -R $(id -u):$(id -g) /var/lib/dpkg;
- name: Install PostgreSQL client
run: |