Skip to content

chore: update toml lib to 0.7.6 #285

chore: update toml lib to 0.7.6

chore: update toml lib to 0.7.6 #285

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get -y install v4l-utils libv4l-dev libudev-dev libvulkan-dev
- run: make test
lint:
name: make lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get -y install v4l-utils libv4l-dev libudev-dev libvulkan-dev
- run: make lint