Skip to content

Added missing -lc++ flag #61

Added missing -lc++ flag

Added missing -lc++ flag #61

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
submodules: true
- name: make
run: make
- name: make run_tests
run: make run_tests