Skip to content

Add Diablo Version 1.08-Specific Behavior with Preprocessor Directive… #68

Add Diablo Version 1.08-Specific Behavior with Preprocessor Directive…

Add Diablo Version 1.08-Specific Behavior with Preprocessor Directive… #68

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