diff --git a/.forgejo/workflows/build-push.yaml b/.forgejo/workflows/build-push.yaml index 763251d..8692f3c 100644 --- a/.forgejo/workflows/build-push.yaml +++ b/.forgejo/workflows/build-push.yaml @@ -17,8 +17,8 @@ jobs: python-version: '3.13' - name: Install dependencies run: | - pip install -r requirements.txt - pip install pyinstaller + pip install -r requirements.txt --root-user-action + pip install pyinstaller --root-user-action - name: Build binary run: pyinstaller --onefile main.py - name: Set up SSH key