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