Input: xpad - Add support for Nacon Pro Compact Model NC7271 #55
Workflow file for this run
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: CI Build | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
linux: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Install Dependencies | |
run: | | |
sudo apt update | |
sudo apt install -y dkms | |
- uses: actions/checkout@v2 | |
- name: Build | |
run: | | |
sudo ln -s `pwd` /usr/src/xpad-0.4 | |
sudo dkms install -m xpad -v 0.4 |