Skip to content

Commit

Permalink
CI: Install required package for building tools
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Apr 1, 2023
1 parent 09c5788 commit e869e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
working-directory: ${{ inputs.target }}
steps:
- uses: actions/checkout@v3
- run: apt install libudev-dev
- name: Rustup
run: rustup +nightly target add thumbv7em-none-eabihf
- name: Build
Expand Down

0 comments on commit e869e35

Please sign in to comment.