Skip to content

hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow U… #369

hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow U…

hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow U… #369

Workflow file for this run

name: compile-driver
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: checkout linux
uses: actions/checkout@v2
with:
repository: torvalds/linux
path: ./linux
ref: v6.4
- name: install libelf-dev
run: |
sudo apt update
sudo apt install libelf-dev
- name: prepare linux
working-directory: ./linux
run: |
make x86_64_defconfig
make modules_prepare
- name: compile driver
run: KBUILD_MODPOST_WARN=1 make -C ./linux M=$PWD modules