Skip to content

ci: add basic darwin workflow #2

ci: add basic darwin workflow

ci: add basic darwin workflow #2

Workflow file for this run

name: Darwin
on:
push:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install automake bzip2 cmake make git gpatch gnutls ossp-uuid coreutils
- name: Build
run: make