Skip to content

Update and rename unix build.yml to i18n-check.yml #140

Update and rename unix build.yml to i18n-check.yml

Update and rename unix build.yml to i18n-check.yml #140

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