Skip to content

C/C++ CI

C/C++ CI #17

Workflow file for this run

name: C/C++ CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: libusb
run: sudo apt install libusb-1.0-0-dev -y
- uses: actions/checkout@v4
- name: make
run: make
- name: out
uses: actions/upload-artifact@v4
with:
name: out
path: xperable