From 04cb91c9f1d09c1ed2f2f590ffc56bab01816415 Mon Sep 17 00:00:00 2001 From: levinsv <44033647+levinsv@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:26:18 +0500 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 148153d..998df96 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -25,6 +25,11 @@ jobs: run: sudo apt-get install -y libxslt-dev - name: Install xmll2 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; - name: Install PostgreSQL client run: | apt-get install -y postgresql-client