Skip to content

Update

Update #508

Workflow file for this run

name: ci
on: [push]
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Initialize git submodules
run: sudo make third_party
- name: Install dependencies
run: sudo make third_party
- name: Build libyac
run: sudo make lib
# - name: run tests
# run: make tests