Skip to content

Commit

Permalink
Don't try to package in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Jul 31, 2024
1 parent e487520 commit a3e5e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
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
- name: Build kernel
run: bash build.sh
run: bash build.sh none
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a3e5e71

Please sign in to comment.