Skip to content

Fix compilation on 6.11 kernel (#13) #26

Fix compilation on 6.11 kernel (#13)

Fix compilation on 6.11 kernel (#13) #26

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: |
sudo apt update
sudo apt install dkms linux-headers-$(uname -r)
- name: DKMS install
run: |
make modules