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:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:gh-22.04
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install 7zip (minimal)
|
- name: Install 7zip (minimal)
|
||||||
if: runner.os == 'Linux'
|
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
|
- name: Build Canary
|
||||||
run: bun run package:linux
|
run: bun run package:linux
|
||||||
|
|
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install 7zip (minimal)
|
- name: Install 7zip (minimal)
|
||||||
if: runner.os == 'Linux'
|
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
|
- name: Upload Linux Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue