upd ansi
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
hogweed1
2025-11-22 03:19:42 +10:00
parent 4ea4830522
commit e71e3d117c

View File

@@ -13,7 +13,7 @@ jobs:
- name: common-setup-just-created
run: |
echo "export PYENV_ROOT=\"$HOME/.pyenv\"" >> $GITHUB_ENV
echo "command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
echo "export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
echo "eval \"$(pyenv init -)\"" >> $GITHUB_ENV
source $GITHUB_ENV
cat $GITHUB_ENV