Skip to content

Merge branch 'master' of github.com:folkertvanheusden/iESP #55

Merge branch 'master' of github.com:folkertvanheusden/iESP

Merge branch 'master' of github.com:folkertvanheusden/iESP #55

Workflow file for this run

name: Posix
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Enable no password for sudo
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 sed -i '' 's/%admin ALL = (ALL) ALL/%admin ALL = (ALL) NOPASSWD: ALL/g' /etc/sudoers
sudo -v
- name: Install libiscsi-dev
run: sudo apt-get -y install libiscsi-dev
- name: cmake
run: cmake -B build
- name: make
run: make -C build