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