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:34:01 +10:00
parent 0e373134da
commit b55bb268e0

View File

@@ -19,7 +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
echo "eval \"$(/root/.pyenv/bin/pyenv init -)\"" >> $GITHUB_ENV
cat $GITHUB_ENV
cd /usr/share/ansible-repo/
git pull