From 9e1e3c0991884eafd7a7d9d93b97c6f89ed6e360 Mon Sep 17 00:00:00 2001 From: Yaakov Date: Sun, 11 Aug 2024 21:47:04 +1000 Subject: [PATCH] get linux-headers --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) 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