Skip to content

adding apt update before install #18

adding apt update before install

adding apt update before install #18

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Install Deps
# run: sudo apt -y install libopencv-dev
- name: Build
run: mkdir build && cd build && ../cbuild