Skip to content

Commit 22946c3

Browse files
committed
new path for posix
1 parent 932a42a commit 22946c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Posix vcpkg clone
2828
if: ${{ matrix.os != 'windows-latest' }}
2929
run: |
30-
git clone --branch 2026.01.16 https://github.com/microsoft/vcpkg
30+
git clone --branch 2026.01.16 https://github.com/microsoft/vcpkg /home/runner/vcpkg
3131
3232
- name: Checkout WebFrame
3333
uses: actions/checkout@v4
@@ -59,5 +59,5 @@ jobs:
5959

6060
- name: CMake Build
6161
run: |
62-
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=${{ matrix.os == 'windows-latest' && 'D:\a\vcpkg\scripts\buildsystems\vcpkg.cmake' || format('{0}/vcpkg/scripts/buildsystems/vcpkg.cmake', github.workspace) }}
62+
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=${{ matrix.os == 'windows-latest' && 'D:\a\vcpkg\scripts\buildsystems\vcpkg.cmake' || '/home/runner/vcpkg/scripts/buildsystems/vcpkg.cmake' }}
6363
cmake --build build --config Release

0 commit comments

Comments
 (0)