Print the path of the git safe directory

This commit is contained in:
Andreas T Jonsson
2024-04-25 13:25:46 +02:00
parent 4c9c0899a9
commit f53abf736b

View File

@@ -21,6 +21,9 @@ jobs:
PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)_${PKGSRC_BRANCH}/All" /usr/sbin/pkg_add pkgin
pkgin -y in llvm clang gmake git bash python312
git config --global --add safe.directory $(pwd)
echo XXXXXXXXXXXXXXXXXXXXXXXX
echo $(pwd)
echo XXXXXXXXXXXXXXXXXXXXXXXX
ln -s /usr/pkg/bin/python3.12 /usr/bin/python3
ln -s /usr/pkg/bin/bash /bin/bash
run: |