Skip to content

No need to re-compute num_siblings on 6.9+ (#9) #25

No need to re-compute num_siblings on 6.9+ (#9)

No need to re-compute num_siblings on 6.9+ (#9) #25

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