Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Nov 21, 2024
1 parent 3efec4b commit 7d76f40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
- name: install dependencies
run: |
./install-build-deps.sh
sudo apt-get install -y linux-modules-extra-$(uname -r)
find /lib/modules/ -name 'erofs.ko'
sudo depmod -a
modinfo erofs
echo "running kernel is: $(uname -a)"
- name: docker-clone
run: |
Expand Down

0 comments on commit 7d76f40

Please sign in to comment.