mirror of
https://github.com/yaakov-h/scream-driver.git
synced 2024-11-21 17:04:50 +00:00
get linux-headers
This commit is contained in:
parent
49506749d1
commit
9e1e3c0991
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue