Skip to content

Use topology_num_cores_per_package on Linux 6.9 and above (#8) #23

Use topology_num_cores_per_package on Linux 6.9 and above (#8)

Use topology_num_cores_per_package on Linux 6.9 and above (#8) #23

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