let's set the build environment for github actions

This commit is contained in:
Zach Bacon 2021-10-03 16:45:22 -04:00
parent 0db7eab66c
commit dd2e837310
No known key found for this signature in database
GPG Key ID: EB0E0FF1C62782D8
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
env:
MSYSTEM: CLANG64
defaults:
run:
shell: msys2 {0}