trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2025-11-23 01:32:49 +10:00
parent 39639433f9
commit 4a6d3b3b46

View File

@@ -18,6 +18,7 @@ jobs:
- name: common-setup-just-created
run: |
echo "export PYENV_ROOT=\"/root/.pyenv\"" >> $GITHUB_ENV
echo "export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
cat $GITHUB_ENV
cd /usr/share/ansible-repo/
git pull