Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jul 31, 2024
1 parent 1508fd8 commit b2b93e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,10 @@ jobs:
choco install ninja
choco install visualstudio2019buildtools --package-parameters "--includeRecommended --includeOptional"
choco install visualstudio2019-workload-vctools
Start-Process -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat" -Wait
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
& $vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | ForEach-Object {
& "$_\VC\Auxiliary\Build\vcvars64.bat" }
- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system/*' || true
Expand Down

0 comments on commit b2b93e2

Please sign in to comment.