From 5c231870b5da94e893f5765db120005c2870ee57 Mon Sep 17 00:00:00 2001 From: levinsv <44033647+levinsv@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:45:18 +0500 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 23a2217..f7bd6a6 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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