Add git config safe-directory inside freebsd vm

This commit is contained in:
Jakob P. Liljenberg 2022-11-06 11:07:27 +01:00 committed by GitHub
parent f7dbf50b75
commit c52206610d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
usesh: true
prepare: |
pkg install -y gmake gcc11 coreutils git
git config --global --add safe.directory /Users/runner/work/btop/btop
run: |
gmake
GIT_HASH=$(git rev-parse --short "$GITHUB_SHA")