Skip to content

missing target

missing target #134

Workflow file for this run

name: macos
on:
push:
pull_request:
jobs:
make:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: make
- run: make install
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: make update