Skip to content

Commit

Permalink
add extra modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pykpkg47 authored Sep 5, 2024
1 parent 8457679 commit eed461c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ jobs:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: load modules
run: lsmod && cat /proc/filesystems
- name: list modules
run: lsmod

- name: system-level-dependencies
run: sudo apt update && sudo apt -y install linux-modules-extra-$(uname -r )

- name: list modules
run: lsmod

0 comments on commit eed461c

Please sign in to comment.