Skip to content

Commit

Permalink
Do we have modules?
Browse files Browse the repository at this point in the history
  • Loading branch information
tarka committed Jun 24, 2024
1 parent d3335b2 commit 13d1f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
ubuntu:
runs-on: ubuntu-24.04
steps:
- name: Install additional modules
run: sudo modprobe -v bcachefs

- uses: actions/checkout@v1

- name: Add necessary packages
Expand Down
3 changes: 3 additions & 0 deletions tests/scripts/make-filesystems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ echo "KERNEL"
uname -a
ls -al /boot/
grep BCACHEFS /boot/config-$(uname -r)
echo MODPROBE
find /lib/modules/
sudo modprobe -v bcachefs

sudo apt update

Expand Down

0 comments on commit 13d1f3a

Please sign in to comment.