mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
Print the path of the git safe directory
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user