Skip to content

Update README.md

Update README.md #8

Workflow file for this run

on:
push:
branches:
- main
jobs:
ubuntu-codecoverage:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "build"
run: |
sudo apt-get update
sudo apt-get install -y cmake
sudo apt-get install -y g++
sudo apt-get install -y git
make -j 4 dep
make -j 4