Skip to content

CI tweaks

CI tweaks #52

Workflow file for this run

name: Posix
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Install lcov
run: |

Check failure on line 13 in .github/workflows/posix.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/posix.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
sudo apt-get update
sudo apt-get -y install libiscsi-dev
- name: cmake
run: cmake -B build
- name: make
run: make -C build