Skip to content

Commit

Permalink
Add git config safe-directory inside freebsd vm
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Nov 6, 2022
1 parent f7dbf50 commit c522066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-build-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c522066

Please sign in to comment.