Skip to content

Commit 544fd53

Browse files
committed
lkl/ci: enable fuse tests
Install fuse so that lklfuse tests are run in CI. Signed-off-by: Octavian Purdila <tavip@google.com>
1 parent 13ca823 commit 544fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: runner.os == 'Linux'
109109
run: |
110110
sudo apt update -y
111-
sudo apt install -y ccache libjsmn-dev
111+
sudo apt install -y ccache libjsmn-dev libfuse3-dev
112112
- name: Install clang toolchain
113113
if: runner.os == 'Linux'
114114
run: |

0 commit comments

Comments
 (0)