diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 80047f7..f5285a0 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -11,6 +11,7 @@ steps: - apt install -y --no-install-recommends pipx python3.8-venv - pipx install pipenv - pipx ensurepath + - export PATH=/root/.local/bin:$PATH - pipenv install - cd updater - pipenv run python main.py