Skip to content

update tarscpp

update tarscpp #365

Workflow file for this run

name: C/C++ mac
on:
push:
branches:
- master
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: install
run: brew install bison flex cmake; cmake --version
- name: git
run: git submodule update --init --recursive
- name: configure
run: cd build;cmake ..
- name: make
run: cd build; make