Skip to content

Add M801 to README.md #46

Add M801 to README.md

Add M801 to README.md #46

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
fedora-rpm-build:
runs-on: ubuntu-latest
container: fedora:latest
steps:
- uses: actions/checkout@v2
- name: install tools and dependencies
run: |
dnf install -y rpm-build findutils clang-tools-extra 'dnf-command(builddep)'
dnf builddep -y mouse_m908.spec
- name: build mouse_m908 rpm package
run: |
make -j4 rpm