From d311651f5f6eb14fa002d63b7d93e101fb88f534 Mon Sep 17 00:00:00 2001 From: Shriraj Hegde Date: Tue, 5 Oct 2021 18:58:06 +0530 Subject: [PATCH] Fix git fix Stopping at filesystem boundary --- .github/workflows/continuous-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 4a70f07..1459524 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -24,6 +24,7 @@ jobs: - name: Compile x86_64 run: | make CXX=g++-11 ARCH=x86_64 STATIC=true QUIET=true + git init # [fix Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).] GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") mv bin/btop multiarch_bin/btop-x86_64-$GIT_HASH make distclean