From c96683feeb2744888442f59567e32693e3bf2553 Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Tue, 26 Dec 2023 18:22:07 +0200 Subject: [PATCH] wip --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa018fbcb6..27ea6eb4eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,6 +189,7 @@ jobs: - name: 'Checkout source code' run: | + git config --global --add safe.directory $(pwd) git clone --depth=1 --recurse-submodules -j2 https://github.com/CelestiaProject/Celestia.git . git checkout "$GITHUB_REF"