We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e487520 commit a3e5e71Copy full SHA for a3e5e71
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
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
21
- name: Build kernel
22
- run: bash build.sh
+ run: bash build.sh none
23
- name: Upload build artifacts
24
uses: actions/upload-artifact@v3
25
with:
0 commit comments