Skip to content

Update build-macos.yml #1

Update build-macos.yml

Update build-macos.yml #1

Workflow file for this run

name: Build tool on OSX

Check failure on line 1 in .github/workflows/build-macos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-macos.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
pull_request:
jobs:
build:
runs-on: macos-latest
env:
LDFLAGS: "-L/opt/homebrew/opt/llvm@14/lib"
CPPFLAGS: "-I/opt/homebrew/opt/llvm@14/include"