fix: use --break-system-packages for jprm install
Publish Release / publish (push) Failing after 1m7s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Filtik 2026-07-02 20:12:33 +02:00
parent 3cff856fce
commit cf70a470b3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
run: dotnet publish AutoBackup.csproj -c Release -f net10.0 --nologo
- name: Install jprm
run: pip install jprm
run: pip install jprm --break-system-packages
- name: Package artifacts
run: |