last tweak to the CI build system
at least till clang is fixed for windows targets Signed-off-by: Zach Bacon <zachbacon@vba-m.com>
This commit is contained in:
parent
05e58ba0a7
commit
3abf084f2f
|
@ -12,13 +12,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
run: |
|
||||
git config --global core.autocrlf true
|
||||
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: CLANG64
|
||||
update: true
|
||||
install: >-
|
||||
mingw-w64-clang-x86_64-toolchain
|
||||
mingw-w64-clang-x86_64-pkg-config
|
||||
|
|
Loading…
Reference in New Issue