Skip to content

Allow "Modern" to be translatable #194

Allow "Modern" to be translatable

Allow "Modern" to be translatable #194

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