Skip to content

Commit 255713b

Browse files
committed
fix github ci?
1 parent 083179e commit 255713b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
steps:
1414
# Setup
1515
- uses: actions/checkout@v2
16+
- run: sudo apt update
1617
- run: sudo apt install libelf-dev qemu-system-x86 busybox-static
1718
- run: rustup default nightly-2020-08-27
1819
- run: rustup component add rust-src
20+
- run: cargo install bindgen
1921

2022
# Build
2123
- run: cp .github/workflows/kernel-${{ matrix.mode }}.config .config

0 commit comments

Comments
 (0)