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:33 +10:00
parent b55bb268e0
commit c47ddbc938

View File

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