Update build.yml
This commit is contained in:
parent
4077afb918
commit
bfa298fa0f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install needed packages
|
- 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
|
- name: Build Kernel
|
||||||
run: ./main.sh
|
run: ./main.sh
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PikaOS Kernel
|
name: PikaOS Kernel
|
||||||
path: output/
|
path: output/
|
||||||
|
Loading…
Reference in New Issue
Block a user