mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Added git safe directory config
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
prepare: |
|
||||
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)
|
||||
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