Skip to content

Commit 42a2c1f

Browse files
authored
ci: fix git in docker (#1623)
1 parent 7e98b31 commit 42a2c1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ jobs:
160160
if: matrix.should_run == true
161161
shell: docker exec -t builder sh -eu {0}
162162
run: |
163+
chmod -R 777 dist-newstyle ~/.cabal && git config --global --add safe.directory '*'
164+
cabal clean
163165
cabal update
164166
cabal build --jobs=$(nproc) --enable-tests -fserver_postgres
165167
mkdir -p /out

0 commit comments

Comments
 (0)