let's set the build environment for github actions
This commit is contained in:
parent
0db7eab66c
commit
dd2e837310
|
@ -4,6 +4,8 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
MSYSTEM: CLANG64
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
|
|
Loading…
Reference in New Issue