From 42a2c1fc57aab5f3f7a4d3b708fc21b791a3b3a0 Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:41:20 +0000 Subject: [PATCH] ci: fix git in docker (#1623) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58ed41137..d86a4e069 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,6 +160,8 @@ jobs: if: matrix.should_run == true shell: docker exec -t builder sh -eu {0} run: | + chmod -R 777 dist-newstyle ~/.cabal && git config --global --add safe.directory '*' + cabal clean cabal update cabal build --jobs=$(nproc) --enable-tests -fserver_postgres mkdir -p /out