Skip to content

Commit ada906a

Browse files
committed
CI: Install required package for building tools
1 parent 09c5788 commit ada906a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_build_and_test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
working-directory: ${{ inputs.target }}
1616
steps:
1717
- uses: actions/checkout@v3
18+
- run: sudo apt install libudev-dev
1819
- name: Rustup
1920
run: rustup +nightly target add thumbv7em-none-eabihf
2021
- name: Build

0 commit comments

Comments
 (0)