Skip to content

Commit 9ae9fd6

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 e183e40 commit 9ae9fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 fuse
112112
- name: Install clang toolchain
113113
if: runner.os == 'Linux'
114114
run: |

0 commit comments

Comments
 (0)