Skip to content

important fix which caused crash with invalid representations in debu… #803

important fix which caused crash with invalid representations in debu…

important fix which caused crash with invalid representations in debu… #803

Workflow file for this run

name: MacOS (Clang)
on: [push]
jobs:
ci:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: prepare
run: |
git submodule update --init --recursive
- name: cmake
run: |
cmake .
- name: build
run: |
make -j 4