trying to fix ansible pythons
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-23 01:33:34 +10:00
parent 4a6d3b3b46
commit 0e373134da

View File

@@ -19,6 +19,7 @@ jobs:
run: |
echo "export PYENV_ROOT=\"/root/.pyenv\"" >> $GITHUB_ENV
echo "export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
echo "eval \"$(pyenv init -)\"" >> $GITHUB_ENV
cat $GITHUB_ENV
cd /usr/share/ansible-repo/
git pull