Fix git fix Stopping at filesystem boundary

This commit is contained in:
Shriraj Hegde 2021-10-05 18:58:06 +05:30
parent 0fedb9efc3
commit d311651f5f

View file

@ -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