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

@ -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

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