We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b7e40 commit 2469ff5Copy full SHA for 2469ff5
.templates/reset/.github/workflows/ci-build-and-test.yml
@@ -51,13 +51,15 @@ jobs:
51
run: |
52
git clone https://github.com/microsoft/vcpkg.git
53
./vcpkg/bootstrap-vcpkg.sh
54
+ echo "VCPKG_ROOT=$(pwd)/vcpkg" >> $GITHUB_ENV
55
56
- name: "[Windows] Install VCPKG"
57
if: runner.os == 'Windows'
58
shell: bash
59
60
61
.\vcpkg\bootstrap-vcpkg.bat
62
63
64
- name: "[Linux|Clang] Install libomp-dev"
65
if: runner.os == 'Linux' && matrix.c_compiler == 'clang'
0 commit comments