Skip to content

Fix build for linux >= 6.17 #57

Fix build for linux >= 6.17

Fix build for linux >= 6.17 #57

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt install bc module-assistant build-essential
- name: prepare build
run: sudo m-a prepare
- name: build
run: make