Skip to content

GITHUB

GITHUB #1

Workflow file for this run

name: build
on: push
jobs:
build-module:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: compile driver
run: make
- uses: actions/upload-artifact@v2
with:
name: build-module
path: |
*.ko
**/*.ko