Skip to content

Enhance CAN decoding with advanced features and analytics. #7

Enhance CAN decoding with advanced features and analytics.

Enhance CAN decoding with advanced features and analytics. #7

Workflow file for this run

name: Build CAN Analyzer
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libc6-dev gcc make gnuplot
- name: Build project
run: make