We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c5788 commit ada906aCopy full SHA for ada906a
.github/workflows/_build_and_test.yml
@@ -15,6 +15,7 @@ jobs:
15
working-directory: ${{ inputs.target }}
16
steps:
17
- uses: actions/checkout@v3
18
+ - run: sudo apt install libudev-dev
19
- name: Rustup
20
run: rustup +nightly target add thumbv7em-none-eabihf
21
- name: Build
0 commit comments