diff options
| author | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-04-25 13:25:46 +0200 |
|---|---|---|
| committer | Andreas T Jonsson <mail@andreasjonsson.se> | 2024-04-25 13:25:46 +0200 |
| commit | f53abf736bbd36842cf56443c09eca55274e34fb (patch) | |
| tree | 5d7b0a3112b1b5c7e5c23241012dd3500849024f /.github | |
| parent | 4c9c0899a9243ce3d44b28691c3e54771100adf8 (diff) | |
Print the path of the git safe directory
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: | |