build: Installed appimage deps
This commit is contained in:
parent
4ec1e24dfb
commit
31b2bb51cc
2 changed files with 15 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -62,6 +62,10 @@ jobs:
|
|||
env:
|
||||
BUILD_DIR: ./build/${{ runner.os }}
|
||||
|
||||
- name: Install 7zip (minimal)
|
||||
if: runner.os == 'Linux'
|
||||
run: sudo apt-get update && sudo apt-get install -y p7zip
|
||||
|
||||
- name: Upload Linux Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue