From f53abf736bbd36842cf56443c09eca55274e34fb Mon Sep 17 00:00:00 2001 From: Andreas T Jonsson Date: Thu, 25 Apr 2024 13:25:46 +0200 Subject: [PATCH] Print the path of the git safe directory --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 500fb5c33..f7a1da659 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |