Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
  • Loading branch information
Andreagit97 committed Dec 8, 2022
1 parent b88ed48 commit 0cee1dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cee1dc

Please sign in to comment.