Skip to content

fix

fix #152

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
- { os: macos-latest }
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v1
- run: brew install bash pcre
- run: make ci