Update cmake-single-platform.yml

This commit is contained in:
levinsv 2024-02-03 00:45:18 +05:00 committed by GitHub
parent 4610ec56be
commit 5c231870b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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