Browse Source

Setup VS command prompt in LLVM workflow to fix VS x86 build.

pull/1504/head
Joao Matos 5 years ago
parent
commit
1e9aed74cf
  1. 4
      .github/workflows/llvm.yml

4
.github/workflows/llvm.yml

@ -28,8 +28,8 @@ jobs: @@ -28,8 +28,8 @@ jobs:
- name: Environment
if: matrix.config.vs > 0
shell: bash
run: echo "/c/Program Files (x86)/Microsoft Visual Studio/$VS_VERSION/Enterprise/MSBuild/Current/Bin" >> $GITHUB_PATH
shell: cmd
run: call "C:\Program Files (x86)\Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
- name: Clone LLVM
shell: bash

Loading…
Cancel
Save