aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
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: |