aoflagger_sys 0.1.3

rate will be renamed to aoflagger-sys, see https://github.com/MWATelescope/rust-aoflagger/issues/2
Documentation
# Based on https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md

on: [push, pull_request]

name: MacOS Tests

jobs:
  test:
    name: MacOS Tests
    strategy:
      matrix:
        os:
          - macos-13
          - macos-14
    continue-on-error: true
    runs-on: '${{ matrix.os }}'
    steps:
      - name: Checkout sources
        uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Install stable toolchain
        uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          override: true
          components: rustfmt, clippy

      - name: Install Cargo Make
        uses: davidB/rust-cargo-make@v1
      - name: Install Dependencies
        run: |
          brew install mwatelescope/tap/aoflagger
          # TODO: cargo make install_deps # doesn't work
      - run: cargo make ci
        env:
          DYLD_FALLBACK_LIBRARY_PATH: /opt/homebrew/lib/
          AOFLAGGER_LIB: /opt/homebrew/lib/
          AOFLAGGER_INCLUDE_DIR: /opt/homebrew/include/