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