Skip to content

Commit

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

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

- name: list filesystem
run: cat /proc/filesystems
run: modprobe btrfs && cat /proc/filesystems

0 comments on commit 26ce13e

Please sign in to comment.