Skip to content

Use /dev/dri/by-path #119

Use /dev/dri/by-path

Use /dev/dri/by-path #119

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Test code format
run: |
pip3 install autopep8
autopep8 --diff --exit-code --max-line-length 128 --recursive videocore6