Skip to content

Commit

Permalink
Install gpio-sim to github runner
Browse files Browse the repository at this point in the history
Now that there's a test that uses gpio-sim, we need the kernel module in
the runner environment for it to work. Currently this points to a fixed
kernel build, which is kind of clunky.
  • Loading branch information
ThirteenFish committed Jul 8, 2024
1 parent bd6b975 commit a4d58e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install gpio-sim
run: |
sudo apt-get update
sudo apt-get install linux-modules-extra-6.5.0-1021-azure
- name: Build
run: cargo build --verbose
- name: Run fmt
Expand Down

0 comments on commit a4d58e2

Please sign in to comment.