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