Skip to content

Commit e487520

Browse files
Install firmware in CI
1 parent d7b1e72 commit e487520

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out
1818
uses: actions/checkout@v3
1919
- 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
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
2121
- name: Build kernel
2222
run: bash build.sh
2323
- name: Upload build artifacts

0 commit comments

Comments
 (0)