Skip to content

yaml fix

yaml fix #53

Workflow file for this run

name: Posix
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Install lcov
run: |
sudo apt-get update
sudo apt-get -y install libiscsi-dev
- name: cmake
run: cmake -B build
- name: make
run: make -C build