build: moved to full p7zip-full

This commit is contained in:
Simeon Radivoev 2026-03-01 17:23:26 +02:00
parent b8e3a38e33
commit 5671738acf
Signed by: simeonradivoev
GPG key ID: C16C2132A7660C8E
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ jobs:
- name: Install 7zip (minimal)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y p7zip
run: sudo apt-get update && sudo apt-get install -y p7zip-full
- name: Upload Linux Artifact
uses: actions/upload-artifact@v4