mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Print the path of the git safe directory
This commit is contained in:
@@ -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
|
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
|
pkgin -y in llvm clang gmake git bash python312
|
||||||
git config --global --add safe.directory $(pwd)
|
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/python3.12 /usr/bin/python3
|
||||||
ln -s /usr/pkg/bin/bash /bin/bash
|
ln -s /usr/pkg/bin/bash /bin/bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user