ci: fix git in docker (#1623)

This commit is contained in:
sh
2025-09-08 09:41:20 +01:00
committed by GitHub
parent 7e98b3103f
commit 42a2c1fc57
+2
View File
@@ -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