diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98c41c3913..86df88effa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,6 +233,11 @@ jobs: sudo apt update sudo apt install -y --no-install-recommends ca-certificates cmake build-essential git pkg-config autoconf automake libelf-dev libcap-dev ${{ matrix.packages }} + # WIP: CHECK kernel version on ubuntu 20.04 + - name: Check kernel version + run: | + uname -a + - name: Build drivers tests 🏗️ run: | mkdir -p build