Skip to content

Allow concatenating u2f_keys #577

Allow concatenating u2f_keys

Allow concatenating u2f_keys #577

Workflow file for this run

name: macos
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-11, macos-12, macos-13 ]
cc: [ clang ]
steps:
- uses: actions/checkout@v3
- name: dependencies
run: brew install check cmake help2man mandoc openssl@1.1 pkg-config automake
- name: build
env:
CC: ${{ matrix.cc }}
run: ./build-aux/ci/build-osx.sh