mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-27 20:10:33 +00:00
ci/scripts: execute git version if chmod fails (#1643)
This commit is contained in:
@@ -177,7 +177,7 @@ 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 '*'
|
||||
chmod -fR 777 ~/.cabal ./dist-newstyle || :; git config --global --add safe.directory '*'
|
||||
cabal clean
|
||||
cabal update
|
||||
cabal build --jobs=$(nproc) --enable-tests -fserver_postgres
|
||||
|
||||
Reference in New Issue
Block a user