Skip to content

Commit 363c7a2

Browse files
committed
Add missing vcpkg intall root to PATH for windows gh action job
1 parent 78e5952 commit 363c7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/win_cpu_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
- name: Build and Test
5454
run: |
5555
Set-Location -Path .\build
56+
$Env:PATH += ";${env:VCPKG_INSTALLATION_ROOT}/installed/x64-windows/bin"
5657
ctest -D Experimental --track ${CTEST_DASHBOARD} -T Test -T Submit -C Release -R cpu -E pinverse -j2

0 commit comments

Comments
 (0)