Skip to content

nzxt-smart2: apply patches from upstream #113

nzxt-smart2: apply patches from upstream

nzxt-smart2: apply patches from upstream #113

Workflow file for this run

name: dkms
on: [push, pull_request]
jobs:
dkms:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: echo "::add-matcher::.github/workflows/gcc-problem-matcher.json"
- run: sudo apt-get update
- run: sudo apt-get install -y dkms
- run: sudo make dkms_install
- run: sudo dkms install -m liquidtux -v $(./gitversion.sh)