Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ jobs:
with:
path: sssd

- name: Install and load kernel module for passkey testing
shell: bash
run: |
set -ex -o pipefail

sudo apt-get update
sudo apt-get install -y linux-modules-extra-$(uname -r)

sudo modprobe vhci-hcd

- name: Setup containers
uses: SSSD/sssd-ci-containers/actions/setup@master
with:
Expand Down