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 30, 2024
1 parent a632c1c commit 1508fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ jobs:
choco install ninja
choco install visualstudio2019buildtools --package-parameters "--includeRecommended --includeOptional"
choco install visualstudio2019-workload-vctools
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
Start-Process -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat" -Wait
- name: Cleanup Conan system packages (they are not properly cached)
run: |
conan remove -f '*/system/*' || true
Expand Down

0 comments on commit 1508fd8

Please sign in to comment.