Skip to content

Update github workflow #509

Update github workflow

Update github workflow #509

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: git submodule init && git submodule update
- name: Install dependencies
run: sudo make third_party
- name: Build libyac
run: sudo make lib
# - name: run tests
# run: make tests