Build windows SDK with MSVC instead of gcc (#164)

* Set up Visual Studio shell environment on windows, to build clang with cl.exe

* Add hash for vs-shell extension
pull/166/head
Vladimir Vukicevic 4 years ago committed by GitHub
parent 3cbd9d212e
commit 56a3dd5c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,9 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@6d88c01ad4b6b33190d261b45e241e462545652b
if: matrix.os == 'windows-latest'
- name: Install ninja (Windows)
run: choco install ninja
if: matrix.os == 'windows-latest'

Loading…
Cancel
Save