Skip to content

Commit 1c9c1bd

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 1c9c1bd

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
@@ -72,7 +72,7 @@ jobs:
7272
if: runner.os == 'Linux'
7373
uses: actions/checkout@v4
7474
- name: Install pip dependencies
75-
run: pip install ${{ matrix.pip_option }} yamlish junit-xml
75+
run: pip install ${{ matrix.pip_option }} yamlish junit-xml libfuse3-dev
7676
- name: Install openvpn
7777
if: runner.os == 'Windows'
7878
shell: pwsh

0 commit comments

Comments
 (0)