Skip to content

dev: add class field to UsbDevice #8

dev: add class field to UsbDevice

dev: add class field to UsbDevice #8

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
rust: [1.36.0, stable, beta, nightly]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
- name: Install libudev
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y libudev-dev
- uses: actions-rs/cargo@v1
with:
command: build
args: --features strict