diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce330fe..6a5786d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,9 @@ jobs: ci: runs-on: ubuntu-latest steps: + - name: Get Linux kernel headers + run: sudo apt install -y linux-headers-$(uname -r) + - name: Get code uses: actions/checkout@v3