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

pull/164/head
Vladimir Vukicevic 5 years ago
parent 3cbd9d212e
commit 857565b308

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

Loading…
Cancel
Save