From 53cc29bc8ca5083b9b6075f151824d65557af6f0 Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 20 Jan 2021 10:44:49 +0000 Subject: support extended capabilities (#226) Provide initial support for extended capabilities, and implement handlers for the Device Serial Number and Vendor-Specific capabilities. Signed-off-by: John Levon Reviewed-by: Swapnil Ingle --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1f661a5..024a77c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -24,6 +24,6 @@ jobs: - uses: actions/checkout@v2 - name: pre-push run: | - yum -y install make gcc-4.8.5 epel-release + yum -y install make gcc-4.8.5 epel-release pciutils yum -y install clang cmake json-c-devel libcmocka-devel openssl-devel make pre-push VERBOSE=1 -- cgit v1.1