Skip to content

[docs] update pyforefire example on readme for clarity #95

[docs] update pyforefire example on readme for clarity

[docs] update pyforefire example on readme for clarity #95

Workflow file for this run

name: macOS
on:
push:
branches:
- brew
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build-native-macos:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Make install script executable
run: chmod +x ./install-forefire-osx.sh
- name: Build ForeFire using macOS install script
run: ./install-forefire-osx.sh
- name: Check ForeFire version
run: ./bin/forefire -v