Skip to content

fix: specs now can be built by copr and deployed to target akmods #11

fix: specs now can be built by copr and deployed to target akmods

fix: specs now can be built by copr and deployed to target akmods #11

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master", "akmods" ]
pull_request:
branches: [ "master", "akmods" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt install -y linux-headers-$(uname -r)
- name: Clean
run: make clean
- name: Build
run: make modules