From 5671738acfd107a32bcf40e9dcac30850b5ccfd1 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sun, 1 Mar 2026 17:23:26 +0200 Subject: [PATCH] build: moved to full p7zip-full --- .forgejo/workflows/build.yml | 4 ++-- .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index f203598..81adc95 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c88979b..0aa256c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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