Skip to content

Commit 2469ff5

Browse files
committed
[FIX] Install VCPKG in CI
1 parent 29b7e40 commit 2469ff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.templates/reset/.github/workflows/ci-build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ jobs:
5151
run: |
5252
git clone https://github.com/microsoft/vcpkg.git
5353
./vcpkg/bootstrap-vcpkg.sh
54+
echo "VCPKG_ROOT=$(pwd)/vcpkg" >> $GITHUB_ENV
5455
5556
- name: "[Windows] Install VCPKG"
5657
if: runner.os == 'Windows'
5758
shell: bash
5859
run: |
5960
git clone https://github.com/microsoft/vcpkg.git
6061
.\vcpkg\bootstrap-vcpkg.bat
62+
echo "VCPKG_ROOT=$(pwd)/vcpkg" >> $GITHUB_ENV
6163
6264
- name: "[Linux|Clang] Install libomp-dev"
6365
if: runner.os == 'Linux' && matrix.c_compiler == 'clang'

0 commit comments

Comments
 (0)