Skip to content

Commit 7c4ab91

Browse files
committed
ci: install and load kernel module for passkey testing
virtual-fido requires `vhci-hcd` kernel module to be loaded to work Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
1 parent 8c1e20b commit 7c4ab91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ jobs:
113113
with:
114114
path: sssd
115115

116+
- name: Install and load kernel module for passkey testing
117+
shell: bash
118+
run: |
119+
set -ex -o pipefail
120+
121+
sudo apt-get update
122+
sudo apt-get install -y linux-modules-extra-$(uname -r)
123+
124+
sudo modprobe vhci-hcd
125+
116126
- name: Setup containers
117127
uses: SSSD/sssd-ci-containers/actions/setup@master
118128
with:

0 commit comments

Comments
 (0)