Skip to content

Commit a3e5e71

Browse files
Don't try to package in CI
1 parent e487520 commit a3e5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: sudo apt update; sudo apt install -y git build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison binutils linux-firmware
2121
- name: Build kernel
22-
run: bash build.sh
22+
run: bash build.sh none
2323
- name: Upload build artifacts
2424
uses: actions/upload-artifact@v3
2525
with:

0 commit comments

Comments
 (0)