Merge branch 'main' of github-personal:PikaOS-Linux/pika-kernel-builder

This commit is contained in:
ferrreo 2023-04-24 13:04:59 +01:00
commit d6eaa74e2b
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install bc bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar -y
run: apt update && apt install bc bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev debhelper lz4 qtbase5-dev rsync schedtool wget zstd tar -y
- name: Build Kernel
run: ./main.sh
@ -25,4 +25,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: PikaOS Kernel
path: output/
path: output/

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install needed packages
run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig -y
run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev debhelper libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig -y
- name: Import GPG key
id: import_gpg
@ -37,4 +37,4 @@ jobs:
run: ./main.sh
- name: Release Kernel
run: ./scripts/release.sh
run: ./scripts/release.sh