Skip to content

Commit

Permalink
Install firmware in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Jul 31, 2024
1 parent d7b1e72 commit e487520
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 @@ -17,7 +17,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 linux-firmware
- name: Build kernel
run: bash build.sh
- name: Upload build artifacts
Expand Down

0 comments on commit e487520

Please sign in to comment.