Skip to content

README.md: add GNU Hurd to the supported systems list #117

README.md: add GNU Hurd to the supported systems list

README.md: add GNU Hurd to the supported systems list #117

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- run: sudo apt install -y meson ninja-build
- uses: actions/checkout@v4
- run: meson setup ../nanoid
- run: ninja -C ../nanoid
- run: sudo ninja -C ../nanoid install
- run: nanoidgen