build: moved to full p7zip-full
This commit is contained in:
parent
b8e3a38e33
commit
5671738acf
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue