Skip to content

feat: refactor identity function #31

feat: refactor identity function

feat: refactor identity function #31

Workflow file for this run

name: Project builder
on: [push, pull_request]
jobs:
build:
name: Compile project
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get -qq install libopencv-dev
- run: ./build.sh