Skip to content

fix typos (#2291)

fix typos (#2291) #63

Workflow file for this run

name: macOS Build
on:
push:
branches:
- master
pull_request:
jobs:
xcode:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: brew install mingw-w64
- name: Build
run: make -j8