build: moved to full p7zip-full
This commit is contained in:
parent
b8e3a38e33
commit
5671738acf
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:gh-22.04
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -50,7 +50,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: Build Canary
|
||||
run: bun run package:linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue