From 01b5441dec4e73e0bc9449c40d3a4216af445b89 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 5 Oct 2021 01:51:01 -0700 Subject: [PATCH] test path for windows --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ebdd34ff..d5810d194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,8 +250,7 @@ jobs: working-directory: ${{ runner.workspace }}/build shell: bash run: | - #ctest -C ${{ matrix.build-type }} -V - echo Path is: $PATH + PATH=$PATH:$VCPKG_ROOT/installed/x64-windows/bin ctest -C ${{ matrix.build-type }} -V - name: Create Package working-directory: ${{ runner.workspace }}/build