Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #38 from SensuiYagi/refactor/session_stream #66

Merge pull request #38 from SensuiYagi/refactor/session_stream

Merge pull request #38 from SensuiYagi/refactor/session_stream #66

Workflow file for this run

name: build-cpu
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
build-cpu:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: true
- name: Dependencies
run: |
sudo apt update
sudo apt-get install -y build-essential cmake curl git libopencv-dev
git submodule update --init --recursive
- name: Build RETINIFY
run: |
./build.sh --install --cpu