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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
env:
|
||||||
|
MSYSTEM: CLANG64
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
Loading…
Reference in New Issue