Skip to content

Fix compilation errors #86

Fix compilation errors

Fix compilation errors #86

Workflow file for this run

name: MacOS
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: "Setup python"
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: "Setup flex, bison"
run: |
brew install flex bison
- name: "Setup cmake"
run: cmake --version
- name: "Setup gil"
run: |
pip3 install gil
gil update
- name: "Build"
env:
PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:${{ env.PATH }}
run: |
cd build
./unix.sh