fix: blacklist mainline it87 when making install and dkms. Remove bla… #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |