Skip to content

use SD card serial, where possible. for linux; use dbus id, for nbd t… #64

use SD card serial, where possible. for linux; use dbus id, for nbd t…

use SD card serial, where possible. for linux; use dbus id, for nbd t… #64

Workflow file for this run

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