Skip to content

Commit f787321

Browse files
authored
Use vcpkg-action@v3 in windows_2019.yml workflow (#822)
1 parent d973b80 commit f787321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_2019.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
path: workspace/src/tesseract
2525
- name: vcpkg build
26-
uses: johnwason/vcpkg-action@v2
26+
uses: johnwason/vcpkg-action@v3
2727
with:
2828
pkgs: >-
2929
${{ env.VCPKG_PKGS }}
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: workspace
4646
shell: cmd
4747
run: |
48-
set PATH=%PATH%;C:/vcpkg/installed/x64-windows-release/bin
48+
set PATH=%PATH%;%GITHUB_WORKSPACE%\vcpkg\installed\x64-windows-release\bin
4949
set CMAKE_PREFIX_PATH=%GITHUB_WORKSPACE%\vcpkg\installed\x64-windows-release
5050
vcs import --input "${{ github.workspace }}/workspace/src/tesseract/dependencies.rosinstall" src/
5151
if %ERRORLEVEL% GEQ 1 exit 1

0 commit comments

Comments
 (0)