From 3a5e78d5eee84a87e0ff0fb00ae5735e1db4152e Mon Sep 17 00:00:00 2001 From: levinsv <44033647+levinsv@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:34:04 +0500 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index eb2a8d3..16b387f 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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