Skip to content

Commit

Permalink
Install debhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Nov 26, 2023
1 parent 8d11006 commit 094d061
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 @@ -11,7 +11,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- 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
run: sudo apt update; sudo apt install -y git build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison binutils debhelper
- name: Build kernel
run: bash build.sh
- name: Upload build artifacts
Expand Down

0 comments on commit 094d061

Please sign in to comment.