Skip to content

fix: MacOS compatibility #5

fix: MacOS compatibility

fix: MacOS compatibility #5

Workflow file for this run

name: Build (MacOS)
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Check out source code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Configure
run: cmake -S . -B build -DBUILD_STATIC_BINARY=ON
- name: Build
run: cmake --build build
- name: Smoke test
run: ./build/tiny-ssh-honeypot --help