Skip to content

Prevent font names from causing the word "symbol" to be seen as an un… #174

Prevent font names from causing the word "symbol" to be seen as an un…

Prevent font names from causing the word "symbol" to be seen as an un… #174

Workflow file for this run

name: macOS Build
on: [push]
jobs:
build:
name: build
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4