Skip to content

Commit

Permalink
Run git add safe.directory for Actions Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Dec 15, 2023
1 parent da75400 commit e8b6542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.alpine.release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ apk add lua5.4-dev luajit-dev zlib-dev zlib-static mbedtls-dev mbedtls-static
curl -fsSL https://xmake.io/shget.text | bash
source "$HOME/.xmake/profile"

git config --global --add safe.directory '*'
xmake f --root --static=true -m release -y -v --add-commit-hash="${ADD_COMMIT_HASH:-true}"
xmake --root -v subconverter
cp "$(find build -name subconverter -type f)" base/subconverter
Expand Down

0 comments on commit e8b6542

Please sign in to comment.