From 4c9c0899a9243ce3d44b28691c3e54771100adf8 Mon Sep 17 00:00:00 2001 From: Andreas T Jonsson Date: Thu, 25 Apr 2024 13:14:09 +0200 Subject: [PATCH] Added git safe directory config --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 975015dc1..500fb5c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |