Skip to content

dvb/frontend.cpp:3338:22: error: ‘SYS_DVBC2’ was not declared in this… #1119

dvb/frontend.cpp:3338:22: error: ‘SYS_DVBC2’ was not declared in this…

dvb/frontend.cpp:3338:22: error: ‘SYS_DVBC2’ was not declared in this… #1119

Workflow file for this run

name: buildbot
on:
push:
branches: [ Developer ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
ref: 'Developer'
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Build python CI
run: |
sudo apt-get -q update
sudo apt-get install dos2unix
pip install --upgrade pip autopep8
./CI/build.sh