Skip to content

set default value of activating-timeout: 60s #347

set default value of activating-timeout: 60s

set default value of activating-timeout: 60s #347

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